Skip to content

Commit

Permalink
Add react-components keyword to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Me committed Oct 20, 2015
1 parent d529392 commit 943e3bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ it does correctly affect `canSubmit` state however, so use that to disable the s
* 0.1.2 Babelify same!
* 0.1.3 Fix Checkbox & Toggle to return value when unchanged, don't import all of MUI (!), update example in README.
* 0.1.4 Add formsy-react dependency (previously assumed it was already installed)
* 0.1.5 Add react-components keyword to package.json


## Acknowledgements
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "formsy-material-ui",
"version": "0.1.4",
"version": "0.1.5",
"description": "A formsy-react compatibility wrapper for Material-UI form components.",
"main": "index.js",
"scripts": {
Expand All @@ -25,7 +25,8 @@
"MUI",
"Material-UI",
"React",
"jsx"
"jsx",
"react-component"
],
"author": "Matt Brookes <npm@nospam.33m.co> (https://github.com/mbrookes)",
"license": "MIT",
Expand Down

0 comments on commit 943e3bb

Please sign in to comment.