summaryrefslogtreecommitdiff
path: root/elm3/elm.json
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2019-12-30 09:49:13 +0100
committerYorhel <git@yorhel.nl>2019-12-30 09:49:13 +0100
commitd79c982ee876502db2e1a12752667c6a198c2ddc (patch)
treeccd4a4e72e5b0d3dd412bed6aee58044e93893f0 /elm3/elm.json
parente146ed7bda12d369532e485ca0c2e3d823811854 (diff)
Actually, let's get rid of v3 now that it doesn't work anymore anyway
Diffstat (limited to 'elm3/elm.json')
-rw-r--r--elm3/elm.json30
1 files changed, 0 insertions, 30 deletions
diff --git a/elm3/elm.json b/elm3/elm.json
deleted file mode 100644
index 6867e2b1..00000000
--- a/elm3/elm.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
- "type": "application",
- "source-directories": [
- "."
- ],
- "elm-version": "0.19.1",
- "dependencies": {
- "direct": {
- "elm/browser": "1.0.1",
- "elm/core": "1.0.2",
- "elm/file": "1.0.1",
- "elm/html": "1.0.0",
- "elm/http": "2.0.0",
- "elm/json": "1.1.2",
- "elm/regex": "1.0.0",
- "justinmimbs/date": "3.1.2"
- },
- "indirect": {
- "elm/bytes": "1.0.3",
- "elm/parser": "1.1.0",
- "elm/time": "1.0.0",
- "elm/url": "1.0.0",
- "elm/virtual-dom": "1.0.2"
- }
- },
- "test-dependencies": {
- "direct": {},
- "indirect": {}
- }
-}