Skip to content

Commit

Permalink
Convert dependencies to peerDependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrookes committed Oct 21, 2015
1 parent 58942d4 commit 4204def
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -158,6 +158,7 @@ it does correctly affect `canSubmit` state however, so use that to disable the s
* 0.1.5 Add react-components keyword to package.json
* 0.1.6 Correct live-demo URL
* 0.2.0 Only validate textfield onBlur
* 0.2.1 Convert dependencies to peerDependencies.


## Acknowledgements
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -15,7 +15,7 @@
"README.md",
"LICENSE"
],
"dependencies": {
"peerDependencies": {
"formsy-react": ">=0.14.1 <1"
},
"keywords": [
Expand Down

0 comments on commit 4204def

Please sign in to comment.