1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 17:34:25 +04:00

Added call to donate after npm install (optional)

This commit is contained in:
Jess
2018-07-03 09:13:03 -07:00
parent c523c88278
commit 6bb511ebdf

View File

@@ -23,7 +23,8 @@
"dist": "gulp build && JEKYLL_ENV=production jekyll build --destination dist", "dist": "gulp build && JEKYLL_ENV=production jekyll build --destination dist",
"publish-dist": "./gh-pages.sh", "publish-dist": "./gh-pages.sh",
"watch": "gulp build && npm-run-all --parallel gulp-watch jekyll-watch", "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": { "repository": {
"type": "git", "type": "git",
@@ -43,7 +44,9 @@
"bootstrap": "^4.1.0", "bootstrap": "^4.1.0",
"npm-run-all": "^4.1.2" "npm-run-all": "^4.1.2"
}, },
"dependencies": {}, "dependencies": {
"opencollective": "^1.0.3"
},
"files": [ "files": [
"dist/", "dist/",
"src/" "src/"
@@ -59,5 +62,9 @@
"Safari >= 9", "Safari >= 9",
"Android >= 4.4", "Android >= 4.4",
"Opera >= 30" "Opera >= 30"
] ],
} "collective": {
"type": "opencollective",
"url": "https://opencollective.com/tabler"
}
}