Add Starter.elm

This commit is contained in:
Richard Feldman
2018-02-22 17:05:48 -05:00
parent 2f501ef780
commit 5477ccd20a
3 changed files with 576 additions and 53 deletions

View File

@@ -5,11 +5,11 @@
"license": "BSD-3-Clause",
"source-directories": [
".",
".."
"..",
"../vendor"
],
"exposed-modules": [],
"dependencies": {
"NoRedInk/elm-decode-pipeline": "3.0.0 <= v < 4.0.0",
"elm-lang/core": "5.0.0 <= v < 6.0.0",
"elm-lang/html": "2.0.0 <= v < 3.0.0",
"elm-lang/http": "1.0.0 <= v < 2.0.0"