react-router-bootstrap should use react-router v3

This commit is contained in:
Tanguy Krotoff
2017-03-16 10:58:03 +01:00
parent 029e384fa0
commit d241778bab

View File

@@ -15,7 +15,9 @@
],
"paths": {
"history": ["history/v3"],
"history/*": ["history/v3/*"]
"history/*": ["history/v3/*"],
"react-router": ["react-router/v3"],
"react-router/*": ["react-router/v3/*"]
},
"types": [],
"noEmit": true,