Skip to content

Commit 2fd9f7c

Browse files
committed
Add react-router-dom to peer dependencies
1 parent a7de1be commit 2fd9f7c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@
3333
},
3434
"homepage": "https://github.com/react-bootstrap/react-router-bootstrap",
3535
"peerDependencies": {
36-
"react": ">=0.14.0"
36+
"react": ">=0.14.0",
37+
"react-router-dom": ">=4.0.0"
3738
},
3839
"devDependencies": {
3940
"babel-cli": "^6.11.4",

0 commit comments

Comments
 (0)