summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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",