Removed path to gulp in postinstall script

This commit is contained in:
Thomas Cazade 2017-12-08 12:33:14 +01:00
parent 6672538a98
commit d48f705800

View file

@ -7,7 +7,7 @@
"start": "node node_modules/gulp/bin/gulp.js",
"build": "node node_modules/gulp/bin/gulp.js build",
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "node node_modules/gulp/bin/gulp.js build"
"postinstall": "gulp build"
},
"repository": {
"type": "git",