Skip to content

Commit

Permalink
Merge pull request #116 from ahutchings/react-peerdep
Browse files Browse the repository at this point in the history
Move react to peerDependencies and devDependencies
  • Loading branch information
JedWatson committed Apr 5, 2015
2 parents 1dac9ee + b335e89 commit 52e7b0a
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 @@ -12,7 +12,6 @@
"dependencies": {
"classnames": "^1.2.0",
"lodash": "^3.5.0",
"react": ">=0.12.0",
"react-input-autosize": "^0.4.2"
},
"devDependencies": {
Expand All @@ -22,8 +21,12 @@
"eslint-plugin-react": "^1.6.1",
"gulp": "^3.8.11",
"jest-cli": "^0.4.0",
"react": ">=0.12.0",
"react-component-gulp-tasks": "^0.4.3"
},
"peerDependencies": {
"react": ">=0.12.0"
},
"browserify-shim": {
"classnames": "global:classNames",
"react": "global:React",
Expand Down

0 comments on commit 52e7b0a

Please sign in to comment.