Skip to content

Commit

Permalink
add docs, correct version number
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-haskell committed Oct 27, 2018
1 parent b1ed9f4 commit 9026848
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
10 changes: 7 additions & 3 deletions elm.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,12 @@
"name": "ryannhg/date-format",
"summary": "A reliable way to format dates and times with Elm.",
"license": "BSD-3-Clause",
"version": "2.1.1",
"exposed-modules": ["DateFormat", "DateFormat.Language", "DateFormat.Relative"],
"version": "2.1.0",
"exposed-modules": [
"DateFormat",
"DateFormat.Language",
"DateFormat.Relative"
],
"elm-version": "0.19.0 <= v < 0.20.0",
"dependencies": {
"elm/core": "1.0.0 <= v < 2.0.0",
Expand All @@ -13,4 +17,4 @@
"test-dependencies": {
"elm-explorations/test": "1.0.0 <= v < 2.0.0"
}
}
}
5 changes: 2 additions & 3 deletions src/DateFormat/Language.elm
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
module DateFormat.Language exposing
( Language
, english, spanish
, dutch
, english, spanish, dutch
)

{-|
Expand All @@ -23,7 +22,7 @@ This module exposes `Language`, along with a few implementations.
### Languages
@docs english, spanish
@docs english, spanish, dutch
-}

Expand Down

0 comments on commit 9026848

Please sign in to comment.