Change npm task 'build' to 'dev'

This commit is contained in:
Yukai Huang 2016-10-08 10:16:49 +08:00
parent b8467a562c
commit ab21311161

View file

@ -5,7 +5,7 @@
"main": "app.js",
"license": "MIT",
"scripts": {
"build": "webpack --config webpack.config.js --progress --colors --watch"
"dev": "webpack --config webpack.config.js --progress --colors --watch"
},
"dependencies": {
"async": "^2.0.1",