diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 64e37a0..9dd4696 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "elm": "0.16.0" }, "scripts": { - "install-elm": "elm package install", + "elm-install": "elm package install", "start": "npm run watch", "watch": "npm run watch-server & npm run watch-elm & npm run watch-js", |