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",
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user