Skip to content

Commit fdb799a

Browse files
committed
add worker/elm.json which determines which dependencies are available on /try
1 parent 3e9455d commit fdb799a

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

worker/elm.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"type": "application",
3+
"source-directories": [
4+
"src"
5+
],
6+
"elm-version": "0.19.1",
7+
"dependencies": {
8+
"direct": {
9+
"elm/browser": "1.0.1",
10+
"elm/core": "1.0.2",
11+
"elm/html": "1.0.0",
12+
"elm/http": "2.0.0",
13+
"elm/json": "1.1.3",
14+
"elm/svg": "1.0.1",
15+
"elm/time": "1.0.0"
16+
},
17+
"indirect": {
18+
"elm/bytes": "1.0.8",
19+
"elm/file": "1.0.5",
20+
"elm/url": "1.0.0",
21+
"elm/virtual-dom": "1.0.2"
22+
}
23+
},
24+
"test-dependencies": {
25+
"direct": {},
26+
"indirect": {}
27+
}
28+
}

0 commit comments

Comments
 (0)