Skip to content

Commit

Permalink
Merge pull request #15 from mscienski/feature/reactRouterThree
Browse files Browse the repository at this point in the history
Update to react-router@3
  • Loading branch information
dlmr authored Dec 2, 2016
2 parents f608bbd + fa03e3f commit a093181
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"homepage": "https://github.com/dlmr/react-router-redial#readme",
"peerDependencies": {
"react": "*",
"react-router": "^2.4.0",
"react-router": "^2.4.0 || ^3.0.0",
"redial": "^0.4.1 || ^0.5.0"
},
"devDependencies": {
Expand All @@ -61,7 +61,7 @@
"mocha": "2.4.5",
"nyc": "6.4.4",
"react": "^15.0.2",
"react-router": "^2.4.0",
"react-router": "^3.0.0",
"readline-sync": "1.4.2",
"redial": "^0.5.0"
},
Expand Down

0 comments on commit a093181

Please sign in to comment.