Remove gulp from npm install dependencies

This commit is contained in:
Esteban Ordano 2014-12-04 09:15:56 -03:00
parent cf0561b98e
commit 1d2b746996

View File

@ -9,7 +9,7 @@
"test": "gulp test-all", "test": "gulp test-all",
"coverage": "gulp coverage", "coverage": "gulp coverage",
"build": "gulp", "build": "gulp",
"postinstall": "node_modules/gulp/bin/gulp.js browser-all" "postinstall": "node ./lib/errors/build.js"
}, },
"contributors": [ "contributors": [
{ {