1
0
mirror of https://github.com/lancedikson/bowser synced 2026-03-02 03:40:27 +00:00

Update package.json

removed Open Collective postinstall
This commit is contained in:
jess
2019-09-24 06:52:58 -07:00
committed by GitHub
parent 2b63c8c7b9
commit 86465cf2ef

View File

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