Skip to content

Commit acecae2

Browse files
committed
Update elm.json for new format
1 parent 2cd8509 commit acecae2

File tree

1 file changed

+15
-12
lines changed

1 file changed

+15
-12
lines changed

ui/browser/elm.json

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,24 @@
55
],
66
"elm-version": "0.19.0",
77
"dependencies": {
8-
"elm/browser": "1.0.0",
9-
"elm/core": "1.0.0",
10-
"elm/html": "1.0.0",
11-
"elm/http": "1.0.0",
12-
"elm/json": "1.0.0",
13-
"elm/project-metadata-utils": "1.0.0",
14-
"elm/svg": "1.0.0",
15-
"elm-explorations/markdown": "1.0.0"
16-
},
17-
"test-dependencies": {},
18-
"do-not-edit-this-by-hand": {
19-
"transitive-dependencies": {
8+
"direct": {
9+
"elm/browser": "1.0.0",
10+
"elm/core": "1.0.0",
11+
"elm/html": "1.0.0",
12+
"elm/http": "1.0.0",
13+
"elm/json": "1.0.0",
14+
"elm/project-metadata-utils": "1.0.0",
15+
"elm/svg": "1.0.0",
16+
"elm-explorations/markdown": "1.0.0"
17+
},
18+
"indirect": {
2019
"elm/parser": "1.0.0",
2120
"elm/url": "1.0.0",
2221
"elm/virtual-dom": "1.0.0"
2322
}
23+
},
24+
"test-dependencies": {
25+
"direct": {},
26+
"indirect": {}
2427
}
2528
}

0 commit comments

Comments
 (0)