Skip to content

Commit 22585d9

Browse files
SanderSpiesryanflorence
authored andcommitted
support also React 0.13.0-rc2
1 parent 5a7998a commit 22585d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@
3636
"karma-sourcemap-loader": "^0.3.2",
3737
"karma-webpack": "^1.3.1",
3838
"mocha": "^2.0.1",
39-
"react": "0.13.0-rc1",
39+
"react": "^0.13.0-rc1",
4040
"rf-changelog": "^0.4.0",
4141
"rx": "2.3.18",
4242
"webpack": "^1.4.13",
4343
"webpack-dev-server": "^1.6.6"
4444
},
4545
"peerDependencies": {
46-
"react": "0.13.0-rc1"
46+
"react": "^0.13.0-rc1"
4747
},
4848
"dependencies": {
4949
"qs": "2.4.1"

0 commit comments

Comments
 (0)