diff options
| author | Yuval Adam <yuval@y3xz.com> | 2016-06-22 16:41:24 +0300 |
|---|---|---|
| committer | Yuval Adam <yuval@y3xz.com> | 2016-06-22 16:41:24 +0300 |
| commit | 62b9e269e2e6c232d5a76cf7c3ca94f58e3e02f7 (patch) | |
| tree | c498b09cfe9ba2f74a0797d9d6a2819825b9d631 /package.json | |
| parent | 448696e920cc06f18a023dc2ebf304690f711edd (diff) | |
Some basic state changes
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
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", |
