Skip to content

Commit

Permalink
feat: Support react v15.0
Browse files Browse the repository at this point in the history
Move react, react-dom to peerDependencies
  • Loading branch information
jessy1092 committed Apr 12, 2016
1 parent e87ce2d commit b0b7fbd
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,11 @@
},
"main": "lib/index.js",
"dependencies": {
"classnames": "^2.2.0",
"react": "^0.14.2",
"react-dom": "^0.14.2"
"classnames": "^2.2.0"
},
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0-0",
"react-dom": "^0.14.0 || ^15.0.0-0"
},
"devDependencies": {
"babel": "^6.1.18",
Expand All @@ -54,7 +56,7 @@
"gulp-uglify": "^1.5.1",
"gulp-util": "^3.0.7",
"jest-cli": "^0.7.1",
"react-addons-test-utils": "^0.14.2",
"react-addons-test-utils": "^0.14.0 || ^15.0.0-0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
Expand Down

0 comments on commit b0b7fbd

Please sign in to comment.