Skip to content

Commit

Permalink
move propTypes package to regular deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sbertal committed Apr 18, 2017
1 parent dc61c13 commit e13a68b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
],
"dependencies": {
"classnames": "^2.0.0",
"prop-types": "^15.5.8",
"react-addons-shallow-compare": "^0.14.2 || ^15.0.0",
"subscribe-ui-event": "^1.0.0"
},
Expand Down Expand Up @@ -64,8 +65,7 @@
"react-addons-test-utils": "^0.14.2 || ^15.0.0",
"react-dom": "^0.14.2 || ^15.0.0",
"sinon": "^1.17.3",
"xunit-file": "~0.0.9",
"prop-types": "^15.5.8"
"xunit-file": "~0.0.9"
},
"peerDependencies": {
"react": "^0.14.2 || ^15.0.0",
Expand Down

0 comments on commit e13a68b

Please sign in to comment.