package: rm prepublish

This commit is contained in:
Daniel Cousens 2016-10-07 11:57:17 +11:00 committed by Daniel Cousens
parent 42c716138f
commit f4ebe20687

View file

@ -38,7 +38,6 @@
"coverage-report": "nyc report --reporter=lcov",
"coverage": "nyc --check-coverage --branches 90 --functions 90 mocha",
"integration": "mocha test/integration/",
"prepublish": "npm run test",
"standard": "standard",
"test": "npm run standard && npm run unit",
"unit": "mocha"