Skip to content

Commit

Permalink
fix(config): Config_en_au was not exposed correctly, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rluiten committed Jan 10, 2016
1 parent dbd7d99 commit ccdd776
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions elm-package.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
{
"version": "1.0.0",
"version": "1.1.0",
"summary": "Date Extra library add/subtract/diff/format etc dates.",
"repository": "https://github.com/rluiten/elm-date-extra.git",
"license": "BSD3",
"source-directories": [
"./src"
],
"exposed-modules": [
"Date.Config",
"Date.Core",
"Date.Create",
"Date.Duration",
"Date.Format",
"Date.Period",
"Date.Floor",
"Date.Utils",
"Date.I18n.I_en_us",
"Date.Config.Config_en_us",
"Date.Config.Config_en_us"
"Date.Config",
"Date.Core",
"Date.Create",
"Date.Duration",
"Date.Format",
"Date.Period",
"Date.Floor",
"Date.Utils",
"Date.I18n.I_en_us",
"Date.Config.Config_en_us",
"Date.Config.Config_en_au"
],
"dependencies": {
"elm-lang/core": "3.0.0 <= v < 4.0.0"
},
"elm-version": "0.16.0 <= v < 0.17.0"
}
}

0 comments on commit ccdd776

Please sign in to comment.