We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4da94e commit 2c4d48eCopy full SHA for 2c4d48e
elm.json
@@ -3,7 +3,7 @@
3
"name": "scrive/json-schema-form",
4
"summary": "Generate validating forms from JSON schemas.",
5
"license": "MIT",
6
- "version": "1.0.1",
+ "version": "1.0.2",
7
"exposed-modules": [
8
"Json.Schema.Form",
9
"Json.Schema.Form.Encode",
@@ -20,7 +20,7 @@
20
"elm-community/html-extra": "3.4.0 <= v < 4.0.0",
21
"elmcraft/core-extra": "2.0.0 <= v < 3.0.0",
22
"json-tools/json-schema": "1.0.2 <= v < 2.0.0",
23
- "kutyel/elm-form": "1.0.0 <= v < 2.0.0",
+ "scrive/elm-form": "1.0.0 <= v < 2.0.0",
24
"the-sett/elm-string-case": "1.0.2 <= v < 2.0.0"
25
},
26
"test-dependencies": {
0 commit comments