Skip to content

Commit

Permalink
fix(package.json): make react and react-dom support both @^0.14.0 and…
Browse files Browse the repository at this point in the history
… @^15.0.0
  • Loading branch information
tomchentw committed Apr 28, 2016
1 parent db32d7d commit 394ef07
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,18 +69,18 @@
"jquery": "^2.2.0",
"jsdom": "^8.0.0",
"mocha": "^2.4.4",
"react": "^15.0.0",
"react-addons-test-utils": "^15.0.0",
"react": "^0.14.0 || ^15.0.0",
"react-addons-test-utils": "^0.14.0 || ^15.0.0",
"rimraf": "^2.5.1",
"tomchentw-npm-dev": "^3.2.0"
},
"peerDependencies": {
"react": "^15.0.0"
"react": "^0.14.0 || ^15.0.0"
},
"dependencies": {
"classnames": "^2.2.3",
"element-class": "^0.2.2",
"react-addons-update": "^15.0.0",
"react-dom": "^15.0.0"
"react-addons-update": "^0.14.0 || ^15.0.0",
"react-dom": "^0.14.0 || ^15.0.0"
}
}

0 comments on commit 394ef07

Please sign in to comment.