Skip to content
This repository has been archived by the owner on Jul 10, 2018. It is now read-only.

Commit

Permalink
bump to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
danielnarey committed Nov 15, 2016
1 parent b1f0f9e commit f7fac2b
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions elm-package.json
@@ -1,5 +1,5 @@
{
"version": "1.0.0",
"version": "1.0.1",
"summary": "Capture form input as a dictionary keyed by component id",
"repository": "https://github.com/danielnarey/elm-form-capture.git",
"license": "BSD2",
Expand All @@ -8,16 +8,15 @@
"./src/FormCapture"
],
"exposed-modules": [
"FormCapture",
"FormCapture.Readers"
"FormCapture",
"FormCapture.Readers"
],
"dependencies": {
"danielnarey/elm-html-tree": "1.0.2 <= v < 2.0.0",
"danielnarey/elm-input-validation": "1.0.1 <= v < 2.0.0",
"danielnarey/elm-toolkit": "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",
"danielnarey/elm-toolkit" : "3.0.0 <= v < 4.0.0",
"danielnarey/elm-html-tree" : "1.0.2 <= v < 2.0.0",
"danielnarey/elm-input-validation" : "1.0.1 <= v < 2.0.0"

"elm-lang/html": "2.0.0 <= v < 3.0.0"
},
"elm-version": "0.18.0 <= v < 0.19.0"
}

0 comments on commit f7fac2b

Please sign in to comment.