aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json
index 35d033a..21cec49 100644
--- a/package.json
+++ b/package.json
@@ -1,9 +1,11 @@
{
"devDependencies": {
"watch": "0.16.0",
- "http-server": "0.8.5"
+ "http-server": "0.8.5",
+ "elm": "0.16.0"
},
"scripts": {
+ "install-elm": "elm package install",
"start": "npm run watch",
"watch": "npm run launch-server & watch 'npm run build --silent' src",