Forgot to add this to the test commit

This commit is contained in:
John Shaver 2017-06-26 14:49:16 -07:00
parent f0d25896d4
commit 930608a8e9
1 changed files with 4 additions and 4 deletions

View File

@ -9,11 +9,11 @@
],
"exposed-modules": [],
"dependencies": {
"elm-community/json-extra": "1.0.0 <= v < 2.0.0",
"elm-lang/html": "1.0.0 <= v < 2.0.0",
"mgold/elm-random-pcg": "3.0.0 <= v < 4.0.0",
"elm-lang/core": "5.0.0 <= v < 6.0.0",
"elm-community/elm-test": "3.0.0 <= v < 4.0.0",
"elm-community/json-extra": "2.3.0 <= v < 3.0.0",
"elm-lang/core": "5.0.0 <= v < 6.0.0",
"elm-lang/html": "2.0.0 <= v < 3.0.0",
"mgold/elm-random-pcg": "5.0.0 <= v < 6.0.0",
"rtfeldman/node-test-runner": "3.0.0 <= v < 4.0.0"
},
"elm-version": "0.18.0 <= v < 0.19.0"