Revise parts 1, 2, and 3.

This commit is contained in:
Richard Feldman
2016-08-16 02:37:40 -07:00
parent b557ee0842
commit 3a050f408d
7 changed files with 49 additions and 61 deletions

View File

@@ -16,7 +16,7 @@ model =
elmHubHeader =
header []
[ -- TODO add the equivalent of <h1>ElmHub</h1> right before this <span>
span [ class "tagline" ] [ text "Like GitHub, but for Elm things." ]
span [ class "tagline" ] [ text "Like GitHub, but for Elm things." ]
]

View File

@@ -8,8 +8,8 @@
],
"exposed-modules": [],
"dependencies": {
"elm-lang/core": "4.0.1 <= v < 5.0.0",
"elm-lang/html": "1.0.0 <= v < 2.0.0"
"elm-lang/core": "4.0.5 <= v < 5.0.0",
"elm-lang/html": "1.1.0 <= v < 2.0.0"
},
"elm-version": "0.17.0 <= v < 0.18.0"
}