We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63ae4c0 commit e7468abCopy full SHA for e7468ab
elm-package.json
@@ -1,5 +1,5 @@
1
{
2
- "version": "2.0.0",
+ "version": "2.1.0",
3
"summary": "Expose Web APIs provided by the browser's Javascript runtime",
4
"repository": "https://github.com/rgrempel/elm-web-api.git",
5
"license": "BSD3",
@@ -13,6 +13,7 @@
13
"WebAPI.Date",
14
"WebAPI.Event",
15
"WebAPI.Event.BeforeUnload",
16
+ "WebAPI.Event.Custom",
17
"WebAPI.Function",
18
"WebAPI.Location",
19
"WebAPI.Math",
@@ -23,7 +24,7 @@
23
24
],
25
"native-modules": true,
26
"dependencies": {
- "elm-lang/core": "2.0.0 <= v < 4.0.0"
27
+ "elm-lang/core": "3.0.0 <= v < 4.0.0"
28
},
- "elm-version": "0.15.0 <= v < 0.17.0"
29
+ "elm-version": "0.16.0 <= v < 0.17.0"
30
}
0 commit comments