From 8483f3ac861e28c05d351ff32437ab4e8deb43f3 Mon Sep 17 00:00:00 2001 From: Jack Allnutt Date: Mon, 24 Nov 2014 15:23:20 +0000 Subject: [PATCH] Remove the `postinstall` invocation of the build script --- package.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/package.json b/package.json index d86496d..14c21c9 100644 --- a/package.json +++ b/package.json @@ -12,9 +12,6 @@ "type": "git", "url": "https://github.com/prawnsalad/KiwiIRC.git" }, - "scripts": { - "postinstall": "node client/build.js" - }, "dependencies": { "daemonize2": "0.4.2", "engine.io": "^1.4.0", -- 2.25.1