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:
15
package.json
15
package.json
@@ -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"
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user