We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67d7f7b commit 1d3948dCopy full SHA for 1d3948d
elm.json
@@ -1,28 +1,28 @@
1
{
2
"type": "application",
3
"source-directories": [
4
- "examples"
+ "src"
5
],
6
- "elm-version": "0.19.0",
+ "elm-version": "0.19.1",
7
"dependencies": {
8
"direct": {
9
- "elm/browser": "1.0.0",
10
- "elm/core": "1.0.2",
+ "elm/browser": "1.0.2",
+ "elm/core": "1.0.4",
11
"elm/html": "1.0.0",
12
"elm/http": "2.0.0",
13
- "elm/json": "1.1.1",
+ "elm/json": "1.1.3",
14
"elm/random": "1.0.0",
15
"elm/time": "1.0.0",
16
"elm/url": "1.0.0"
17
},
18
"indirect": {
19
- "elm/bytes": "1.0.3",
20
- "elm/file": "1.0.1",
21
- "elm/virtual-dom": "1.0.0"
+ "elm/bytes": "1.0.8",
+ "elm/file": "1.0.5",
+ "elm/virtual-dom": "1.0.2"
22
}
23
24
"test-dependencies": {
25
"direct": {},
26
"indirect": {}
27
28
-}
+}
0 commit comments