mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-12-29 00:21:42 +03:00
Revert "Fix core dependency causing elm-test failure"
This reverts commit 416192aa9f
.
This commit is contained in:
parent
416192aa9f
commit
b1c9f6b80a
4
elm.json
4
elm.json
@ -68,7 +68,7 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"BrianHicks/elm-particle": "1.3.1 <= v < 2.0.0",
|
"BrianHicks/elm-particle": "1.3.1 <= v < 2.0.0",
|
||||||
"elm/browser": "1.0.1 <= v < 2.0.0",
|
"elm/browser": "1.0.1 <= v < 2.0.0",
|
||||||
"elm/core": "1.0.3 <= v < 2.0.0",
|
"elm/core": "1.0.1 <= v < 2.0.0",
|
||||||
"elm/html": "1.0.0 <= v < 2.0.0",
|
"elm/html": "1.0.0 <= v < 2.0.0",
|
||||||
"elm/json": "1.1.1 <= v < 2.0.0",
|
"elm/json": "1.1.1 <= v < 2.0.0",
|
||||||
"elm/random": "1.0.0 <= v < 2.0.0",
|
"elm/random": "1.0.0 <= v < 2.0.0",
|
||||||
@ -87,4 +87,4 @@
|
|||||||
"avh4/elm-program-test": "3.1.0 <= v < 4.0.0",
|
"avh4/elm-program-test": "3.1.0 <= v < 4.0.0",
|
||||||
"elm-explorations/test": "1.2.0 <= v < 2.0.0"
|
"elm-explorations/test": "1.2.0 <= v < 2.0.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user