1
0
Fork 0

Fix travis build.

This commit is contained in:
Nicolas Perriault 2017-05-25 11:56:46 +02:00
parent c6179b1a59
commit 1911bb196a
No known key found for this signature in database
GPG Key ID: DA5E4C83904F7A2A
2 changed files with 3 additions and 3 deletions

View File

@ -27,7 +27,7 @@
"devDependencies": {
"elm": "^0.18.0",
"elm-live": "^2.7.4",
"elm-test": "^0.18.2",
"elm-test": "^0.18.3",
"gh-pages": "^0.12.0",
"rimraf": "^2.6.1",
"uglify-js": "^3.0.1"

View File

@ -13,8 +13,8 @@
"elm-lang/html": "2.0.0 <= v < 3.0.0",
"mgold/elm-random-pcg": "4.0.2 <= v < 5.0.0",
"elm-lang/core": "5.0.0 <= v < 6.0.0",
"elm-community/elm-test": "3.0.0 <= v < 4.0.0",
"rtfeldman/node-test-runner": "3.0.0 <= v < 4.0.0",
"elm-community/elm-test": "4.0.0 <= v < 5.0.0",
"rtfeldman/node-test-runner": "4.0.0 <= v < 5.0.0",
"NoRedInk/elm-decode-pipeline": "3.0.0 <= v < 4.0.0",
"elm-community/dict-extra": "1.5.0 <= v < 2.0.0",