diff --git a/package.json b/package.json index a1c631230..a84002a65 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,8 @@ "dist": "gulp build && JEKYLL_ENV=production jekyll build --destination dist", "publish-dist": "./gh-pages.sh", "watch": "gulp build && npm-run-all --parallel gulp-watch jekyll-watch", - "serve": "gulp build && npm-run-all --parallel gulp-watch jekyll-serve" + "serve": "gulp build && npm-run-all --parallel gulp-watch jekyll-serve", + "postinstall": "opencollective postinstall" }, "repository": { "type": "git", @@ -43,7 +44,9 @@ "bootstrap": "^4.1.0", "npm-run-all": "^4.1.2" }, - "dependencies": {}, + "dependencies": { + "opencollective": "^1.0.3" + }, "files": [ "dist/", "src/" @@ -59,5 +62,9 @@ "Safari >= 9", "Android >= 4.4", "Opera >= 30" - ] -} + ], + "collective": { + "type": "opencollective", + "url": "https://opencollective.com/tabler" + } +} \ No newline at end of file