aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json8
1 files changed, 3 insertions, 5 deletions
diff --git a/package.json b/package.json
index 21cec49..00d42c4 100644
--- a/package.json
+++ b/package.json
@@ -1,14 +1,12 @@
{
"devDependencies": {
- "watch": "0.16.0",
- "http-server": "0.8.5",
- "elm": "0.16.0"
+ "nodemon": "1.9.1",
+ "http-server": "0.8.5"
},
"scripts": {
- "install-elm": "elm package install",
"start": "npm run watch",
- "watch": "npm run launch-server & watch 'npm run build --silent' src",
+ "watch": "npm run launch-server & nodemon --watch src -e elm --exec 'npm run build --silent'",
"build": "elm make src/Main.elm --output client.js",
"launch-server": "npm run kill-server && http-server ./ -p 8080",