Rename npm script to avoid misunderstanding

This commit is contained in:
Gabriel Augendre 2016-04-23 02:26:31 +02:00
parent 7f15040eee
commit 138c14b215

View file

@ -25,7 +25,7 @@
"watchify": "^2.1.1"
},
"scripts": {
"start": "watchify -o public/dist/bundle.min.js -v -d public/script.jsx",
"watch": "watchify -o public/dist/bundle.min.js -v -d public/script.jsx",
"postinstall": "browserify public/script.jsx | uglifyjs -cm > public/dist/bundle.min.js"
},
"browserify": {