Skip to content

Commit b376797

Browse files
committed
Loosen up peer dep on React
1 parent 8f2d16b commit b376797

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
@@ -31,8 +31,8 @@
3131
"react-history": "^0.12.0"
3232
},
3333
"peerDependencies": {
34-
"react": "^15.1.0",
35-
"react-dom": "^15.1.0"
34+
"react": "15.x",
35+
"react-dom": "15.x"
3636
},
3737
"devDependencies": {
3838
"babel-cli": "^6.10.1",

0 commit comments

Comments
 (0)