Added call to donate after npm install (optional)

pull/361/head
Jess 5 years ago
parent 16778c720d
commit 2b63c8c7b9

@ -78,7 +78,15 @@
"test": "nyc --reporter=html --reporter=text ava",
"test:watch": "ava --watch",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"generate-docs": "jsdoc -c jsdoc.json"
"generate-docs": "jsdoc -c jsdoc.json",
"postinstall": "opencollective-postinstall || true"
},
"license": "MIT"
}
"license": "MIT",
"dependencies": {
"opencollective-postinstall": "^2.0.2"
},
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/bowser"
}
}
Loading…
Cancel
Save