From 91cb904a1be2b177b0e12dbeb4292b12c638ad25 Mon Sep 17 00:00:00 2001 From: Tom MacWright Date: Tue, 14 Jun 2016 11:21:38 -0400 Subject: [PATCH] Remove postinstall again --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index d796e8799..99d4e036c 100644 --- a/package.json +++ b/package.json @@ -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",