Skip to content

Commit c929f5b

Browse files
committed
Merge pull request #4 from joemcelroy/patch-1
update peer dependencies to use react 0.14 and 0.15
2 parents 6c85df6 + a9d4833 commit c929f5b

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
@@ -32,7 +32,7 @@
3232
"webpack-dev-server": "^1.10.1"
3333
},
3434
"peerDependencies": {
35-
"react": "^0.14.3",
36-
"react-dom": "^0.14.3"
35+
"react": "^0.14.0 || ^15.0.0",
36+
"react-dom": "^0.14.0 || ^15.0.0"
3737
}
3838
}

0 commit comments

Comments
 (0)