diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/package.json b/package.json index d3cd564..618dc36 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,8 @@ { "devDependencies": { - "watch": "0.17.1", - "elm": "0.16.0" + "watch": "0.17.1" }, "scripts": { - "elm-install": "elm package install", "start": "npm run watch", "watch": "npm run watch-server & npm run watch-elm & npm run watch-js", |