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 be690ec commit b696542Copy full SHA for b696542
bower.json
@@ -21,5 +21,6 @@
21
"bower_components",
22
"test",
23
"tests"
24
- ]
+ ],
25
+ "version": "0.0.1"
26
}
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "json-to-json-schema",
3
- "version": "0.0.0",
+ "version": "0.0.1",
4
"description": "JSON to JSON Schema. Convert a JSON to a JSON Schema describing that JSON",
5
"main": "dist/index.js",
6
"devDependencies": {
0 commit comments