Never use the phantomjs binary that gets symlinked into node_modules/.bin

This commit is contained in:
Bryan Housel
2016-05-18 15:50:46 -04:00
parent 9e61fae7fc
commit b7e46727c4
+1
View File
@@ -8,6 +8,7 @@
"test": "test"
},
"scripts": {
"postinstall": "rm -rf node_modules/.bin/phantomjs",
"test": "eslint js/id && 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"
},
"repository": {