Revert "Fix core dependency causing elm-test failure"

This reverts commit 416192aa9f.
This commit is contained in:
Tessa Kelly 2020-05-15 11:37:08 -07:00
parent 416192aa9f
commit b1c9f6b80a

View File

@ -68,7 +68,7 @@
"dependencies": {
"BrianHicks/elm-particle": "1.3.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/json": "1.1.1 <= 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",
"elm-explorations/test": "1.2.0 <= v < 2.0.0"
}
}
}