Skip to content

Commit 816c71f

Browse files
author
Prateek Rathore
committed
release: v0.0.3
1 parent 3d4731c commit 816c71f

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@androconsis/react-native-jsonschema-form",
3-
"version": "0.0.2",
4-
"description": "A React-Native component to build React-Native forms out of jsonschema",
3+
"version": "0.0.3",
4+
"description": "A React-Native component to build forms out of Json-Schema",
55
"main": "src/index.js",
66
"directories": {
77
"example": "example"
@@ -15,8 +15,11 @@
1515
},
1616
"keywords": [
1717
"react-native",
18-
"react-native-json-schema",
18+
"react-native-json-schema-form",
1919
"jsonschema",
20+
"json-schema",
21+
"androconsis",
22+
"react-native-jsonschema-form",
2023
"forms"
2124
],
2225
"author": "Prateek Rathore",

0 commit comments

Comments
 (0)