Skip to content

Commit

Permalink
Merge pull request #26 from keboola/master
Browse files Browse the repository at this point in the history
Move react to peerDependencies and devDependencies
  • Loading branch information
moroshko committed May 28, 2015
2 parents bfc900f + 0469878 commit 1077b0d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@
},
"dependencies": {
"classnames": "^2.1.1",
"debounce": "^1.0.0",
"debounce": "^1.0.0"
},
"peerDependencies": {
"react": "^0.13.3"
},
"devDependencies": {
Expand All @@ -42,6 +44,7 @@
"less-loader": "^2.2.0",
"mocha": "^2.2.5",
"proxyquire": "^1.5.0",
"react": "^0.13.3",
"react-a11y": "^0.1.1",
"react-hot-loader": "^1.2.7",
"sinon": "^1.14.1",
Expand Down

0 comments on commit 1077b0d

Please sign in to comment.