From 5358cf7ff94a19408b3d6f2fc5fb03a51bb8b2a1 Mon Sep 17 00:00:00 2001 From: Joris Date: Sun, 21 Feb 2016 22:39:38 +0100 Subject: Stop installing elm with npm --- package.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'package.json') 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", -- cgit v1.2.3