Skip to content

Commit 36facaa

Browse files
Mitchell Henry Spradlinmaxsnew
authored andcommitted
Added 0.15.0 compatibility
1 parent 67c457e commit 36facaa

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

elm-package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.0",
2+
"version": "1.0.1",
33
"summary": "Basic primitives for working with laziness",
44
"repository": "http://github.com/maxsnew/lazy.git",
55
"license": "BSD3",
@@ -11,6 +11,7 @@
1111
],
1212
"native-modules": true,
1313
"dependencies": {
14-
"elm-lang/core": "1.0.0 <= v < 2.0.0"
15-
}
14+
"elm-lang/core": "2.0.0 <= v < 3.0.0"
15+
},
16+
"elm-version": "0.15.0 <= v < 0.16.0"
1617
}

0 commit comments

Comments
 (0)