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 2d50edc commit 165407eCopy full SHA for 165407e
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-json-schema",
3
- "version": "0.2.0",
+ "version": "0.3.0",
4
"description": "Write component schema in JSON; parse to create react elements.",
5
"keywords": [
6
"react",
@@ -13,8 +13,8 @@
13
"url": "http://elliottisonfire.com"
14
},
15
"repository": {
16
- "type" : "git",
17
- "url" : "https://github.com/TechniqueSoftware/react-json-schema"
+ "type": "git",
+ "url": "https://github.com/TechniqueSoftware/react-json-schema"
18
19
"license": "Apache-2.0",
20
"bugs": {
0 commit comments