From b7e46727c43017f336a318ccdf82d563841efc47 Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Wed, 18 May 2016 15:50:46 -0400 Subject: [PATCH] Never use the phantomjs binary that gets symlinked into node_modules/.bin --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index cb5b45cb5..b71f2a3c6 100644 --- a/package.json +++ b/package.json @@ -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": {