summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorYukai Huang2016-10-08 10:16:49 +0800
committerYukai Huang2016-10-08 10:16:49 +0800
commitab2131116181a95e9eefa410bac25682396b2e05 (patch)
treef32b8fc6500ec40baab62c03ac0a89ab3ef533d2 /package.json
parentb8467a562c087a63c30d2cfe02494ab3229fa89b (diff)
Change npm task 'build' to 'dev'
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 308d828d..4ff2d25e 100644
--- a/package.json
+++ b/package.json
@@ -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",