diff options
author | Joris Guyonvarch | 2015-03-04 23:27:59 +0100 |
---|---|---|
committer | Joris Guyonvarch | 2015-03-05 00:27:32 +0100 |
commit | 4d007f6802246c6411a2838e68e957c2b4d56d3d (patch) | |
tree | 70519a5a2d6825bf2b64f6a8950a003b2ff4f150 /elm-package.json | |
parent | d37a301ed39bac823e0f2223b8d229b417e128c7 (diff) |
Adapt the game to elm version 0.14.1
Diffstat (limited to 'elm-package.json')
-rw-r--r-- | elm-package.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/elm-package.json b/elm-package.json new file mode 100644 index 0000000..751c934 --- /dev/null +++ b/elm-package.json @@ -0,0 +1,15 @@ +{ + "version": "2.2.1", + "summary": "", + "description": "", + "license": "BSD3", + "source-directories": [ + "src" + ], + "exposed-modules": [], + "dependencies": { + "elm-lang/core": "1.0.0 <= v < 2.0.0", + "evancz/elm-html": "1.0.0 <= v < 2.0.0" + }, + "repository": "https://github.com/guyonvarch/catchvoid.git" +} |