mirror of
https://github.com/lancedikson/bowser
synced 2026-03-02 03:40:27 +00:00
Added call to donate after npm install (optional)
This commit is contained in:
14
package.json
14
package.json
@@ -78,7 +78,15 @@
|
|||||||
"test": "nyc --reporter=html --reporter=text ava",
|
"test": "nyc --reporter=html --reporter=text ava",
|
||||||
"test:watch": "ava --watch",
|
"test:watch": "ava --watch",
|
||||||
"coverage": "nyc report --reporter=text-lcov | coveralls",
|
"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"
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user