aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorJoris2016-09-04 15:52:17 +0200
committerJoris2016-09-04 15:53:32 +0200
commit8714c3befcf3f9923cf72e8d992ba6d963c0e6e7 (patch)
treee5ab35a918a95cbfee2f90dc34f3fe57fac42593 /package.json
parentcda08750ac7cdd83e73c1110800bea39928ffed9 (diff)
downloadcatchvoid-8714c3befcf3f9923cf72e8d992ba6d963c0e6e7.tar.gz
catchvoid-8714c3befcf3f9923cf72e8d992ba6d963c0e6e7.tar.bz2
catchvoid-8714c3befcf3f9923cf72e8d992ba6d963c0e6e7.zip
Upgrade to elm 0.17.1
Diffstat (limited to 'package.json')
-rw-r--r--package.json9
1 files changed, 0 insertions, 9 deletions
diff --git a/package.json b/package.json
index 571e4af..ba7eb37 100644
--- a/package.json
+++ b/package.json
@@ -2,14 +2,5 @@
"devDependencies": {
"nodemon": "1.9.1",
"http-server": "0.8.5"
- },
- "scripts": {
- "start": "npm run watch",
-
- "watch": "npm run launch-server & nodemon --watch src -e elm --exec 'npm run build --silent'",
- "build": "elm make src/Main.elm --output public/client.js",
-
- "launch-server": "npm run kill-server && http-server ./public -p 8080",
- "kill-server": "fuser -k 8080/tcp || true"
}
}