Add elm/json as a dependency

This commit is contained in:
Jeroen Engels 2021-04-02 09:00:18 +02:00
parent 312abe1cd3
commit 339e5a0c04

View File

@ -16,12 +16,12 @@
"elm-version": "0.19.0 <= v < 0.20.0",
"dependencies": {
"elm/core": "1.0.2 <= v < 2.0.0",
"elm/json": "1.1.3 <= v < 2.0.0",
"elm/project-metadata-utils": "1.0.0 <= v < 2.0.0",
"elm-explorations/test": "1.2.2 <= v < 2.0.0",
"stil4m/elm-syntax": "7.2.1 <= v < 8.0.0"
},
"test-dependencies": {
"elm/json": "1.1.3 <= v < 2.0.0",
"elm/regex": "1.0.0 <= v < 2.0.0"
}
}
}