summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorYuval Adam <yuval@y3xz.com>2016-06-22 16:41:24 +0300
committerYuval Adam <yuval@y3xz.com>2016-06-22 16:41:24 +0300
commit62b9e269e2e6c232d5a76cf7c3ca94f58e3e02f7 (patch)
treec498b09cfe9ba2f74a0797d9d6a2819825b9d631 /package.json
parent448696e920cc06f18a023dc2ebf304690f711edd (diff)
Some basic state changes
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index 1fc7597..a3a1792 100644
--- a/package.json
+++ b/package.json
@@ -17,7 +17,8 @@
"webpack-dev-server": "^1.14.1"
},
"scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
+ "test": "echo \"Error: no test specified\" && exit 1",
+ "dev": "./node_modules/webpack-dev-server/bin/webpack-dev-server.js"
},
"repository": {
"type": "git",