Browse Source

Remove gulp from npm install dependencies

patch-2
Esteban Ordano 10 years ago
parent
commit
1d2b746996
  1. 2
      package.json

2
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": [
{

Loading…
Cancel
Save