mirror of
https://github.com/correl/elm.git
synced 2024-11-16 11:09:29 +00:00
54e3017815
* Update exercises to elm-test 2.0 * Update docs to mention `elm-test` again * Update .travis.yml to the correct version of elm-test * Conform to the `<| \() ->` convention
16 lines
460 B
JSON
16 lines
460 B
JSON
{
|
|
"version": "3.0.0",
|
|
"summary": "Exercism problems in Elm.",
|
|
"repository": "https://github.com/exercism/xelm.git",
|
|
"license": "BSD3",
|
|
"source-directories": [
|
|
"."
|
|
],
|
|
"exposed-modules": [],
|
|
"dependencies": {
|
|
"elm-lang/core": "4.0.0 <= v < 5.0.0",
|
|
"elm-community/elm-test": "2.0.0 <= v < 3.0.0",
|
|
"rtfeldman/node-test-runner": "1.0.0 <= v < 2.0.0"
|
|
},
|
|
"elm-version": "0.17.0 <= v < 0.18.0"
|
|
}
|