Skip to content

Commit b696542

Browse files
committed
0.0.1
1 parent be690ec commit b696542

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

bower.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@
2121
"bower_components",
2222
"test",
2323
"tests"
24-
]
24+
],
25+
"version": "0.0.1"
2526
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "json-to-json-schema",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"description": "JSON to JSON Schema. Convert a JSON to a JSON Schema describing that JSON",
55
"main": "dist/index.js",
66
"devDependencies": {

0 commit comments

Comments
 (0)