File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ react-jsonschema-form
44[ ![ Build Status] ( https://travis-ci.org/mozilla-services/react-jsonschema-form.svg )] ( https://travis-ci.org/mozilla-services/react-jsonschema-form )
55
66A simple [ React] ( http://facebook.github.io/react/ ) component capable of building
7- forms from a [ JSON schema] ( http://jsonschema.net/ ) .
7+ HTML forms out of a [ JSON schema] ( http://jsonschema.net/ ) .
88
99Requires React 0.14+.
1010
Original file line number Diff line number Diff line change 11{
22 "name" : " react-jsonschema-form" ,
33 "version" : " 0.2.0" ,
4- "description" : " A simple React component capable of building forms from a JSON schema." ,
4+ "description" : " A simple React component capable of building HTML forms out of a JSON schema." ,
55 "scripts" : {
66 "dist" : " babel -d lib/ src/ && rimraf dist && webpack --config webpack.config.dist.js --optimize-minimize" ,
77 "lint" : " eslint src test" ,
You can’t perform that action at this time.
0 commit comments