Update package.json

removed Open Collective postinstall
pull/361/head
jess 5 years ago committed by GitHub
parent 2b63c8c7b9
commit 86465cf2ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -78,15 +78,7 @@
"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"
}
}

Loading…
Cancel
Save