Remove postinstall again

This commit is contained in:
Tom MacWright
2016-06-14 11:21:38 -04:00
parent 2a50ec58a2
commit 91cb904a1b
-1
View File
@@ -8,7 +8,6 @@
"test": "test"
},
"scripts": {
"postinstall": "rm -rf node_modules/.bin/phantomjs",
"test": "npm run lint && phantomjs node_modules/mocha-phantomjs-core/mocha-phantomjs-core.js test/index.html dot && make && phantomjs node_modules/mocha-phantomjs-core/mocha-phantomjs-core.js test/index_packaged.html dot",
"start": "http-server .",
"lint": "eslint js/id && npm run lint:spec:actions",