Add elm/json to the test dependencies

This commit is contained in:
Jeroen Engels 2020-08-26 16:27:08 +02:00
parent 7c0d7e6fad
commit ca373f5a56

View File

@ -19,6 +19,7 @@
"stil4m/elm-syntax": "7.1.3 <= v < 8.0.0"
},
"test-dependencies": {
"elm/regex": "1.0.0 <= v < 2.0.0"
"elm/regex": "1.0.0 <= v < 2.0.0",
"elm/json": "1.1.3 <= v < 2.0.0"
}
}