diff options
author | Joris | 2015-12-30 01:03:47 +0100 |
---|---|---|
committer | Joris | 2015-12-30 01:03:47 +0100 |
commit | 1cf6bc1ad9209e4f3f2fcbc129f2577e74e94c99 (patch) | |
tree | 169e799b2d901a5f89829db8a82c79133e169474 /package.json | |
parent | 79a9db1c532995c7c760bfb518b43d92dd703280 (diff) |
Upgrade to elm 0.16.0
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
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", |