diff options
author | Joris | 2016-02-21 22:39:38 +0100 |
---|---|---|
committer | Joris | 2016-02-21 22:39:38 +0100 |
commit | 5358cf7ff94a19408b3d6f2fc5fb03a51bb8b2a1 (patch) | |
tree | 9e0177eaf75b871622c8baea961f35b55c4e43f0 /package.json | |
parent | a8097b11f43ca88434a79b107c3e29b86b4c702d (diff) |
Stop installing elm with npm
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", |