From 6bb511ebdff8ff6f03c2e317cf66a0a8a7c995e9 Mon Sep 17 00:00:00 2001 From: Jess Date: Tue, 3 Jul 2018 09:13:03 -0700 Subject: [PATCH] Added call to donate after npm install (optional) --- package.json | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) 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