Skip to content

Commit 8930b19

Browse files
committed
fix(package): react 0.14 support
Fixes previously broken react 0.14 support, see #61.
1 parent 43c7086 commit 8930b19

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
@@ -34,7 +34,7 @@
3434
"react-native"
3535
],
3636
"devDependencies": {
37-
"react": "^15.0.0",
37+
"react": "^0.14.0 || ^15.0.0",
3838
"babel-cli": "^6.9.0",
3939
"babel-core": "^6.9.0",
4040
"babel-loader": "^6.2.4",
@@ -51,7 +51,7 @@
5151
"webpack": "^1.13.1"
5252
},
5353
"peerDependencies": {
54-
"react": "^15.0.0"
54+
"react": "^0.14.0 || ^15.0.0"
5555
},
5656
"dependencies": {
5757
"error-stack-parser": "^1.3.6",

0 commit comments

Comments
 (0)