File tree 3 files changed +16
-88
lines changed
3 files changed +16
-88
lines changed Original file line number Diff line number Diff line change 1
1
# Ignore all the node modules
2
2
/node_modules
3
+ npm-debug.log
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2
2
"author" :
" Darin Haener <[email protected] > (https://github.com/dphaener/reactable-forms)" ,
3
3
"name" : " reactable-forms" ,
4
4
"description" : " Form and schema building tools for React" ,
5
- "version" : " 0.0.1 " ,
5
+ "version" : " 0.0.3 " ,
6
6
"repository" : {
7
7
"type" : " git" ,
8
8
"url" : " https://github.com/dphaener/reactable-forms"
9
9
},
10
+ "keywords" : [
11
+ " react" ,
12
+ " forms" ,
13
+ " form" ,
14
+ " schema" ,
15
+ " react-forms" ,
16
+ " react-form" ,
17
+ " react-schema" ,
18
+ " property" ,
19
+ " properties" ,
20
+ " react-properties" ,
21
+ " react-property"
22
+ ],
10
23
"license" : " MIT" ,
11
- "main" : " ./example/index .js" ,
24
+ "main" : " ./forms .js" ,
12
25
"scripts" : {
13
26
"test" : " jest" ,
14
27
"example" : " webpack-dev-server --config ./example/webpack.config.js"
You can’t perform that action at this time.
0 commit comments