From 1d2b746996e8e28bdf6857bed72bd06022ef1195 Mon Sep 17 00:00:00 2001 From: Esteban Ordano Date: Thu, 4 Dec 2014 09:15:56 -0300 Subject: [PATCH] Remove gulp from npm install dependencies --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9b56679..9dbb94c 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "test": "gulp test-all", "coverage": "gulp coverage", "build": "gulp", - "postinstall": "node_modules/gulp/bin/gulp.js browser-all" + "postinstall": "node ./lib/errors/build.js" }, "contributors": [ {