Skip to content

Commit f0f87c1

Browse files
authored
Merge pull request #6 from signalwerk/patch-1
FIX: Version of react-router must be at least 2.4.0
2 parents 13be612 + 2804fd2 commit f0f87c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"dependencies": {},
1919
"peerDependencies": {
2020
"react": ">=0.14.0",
21-
"react-router": "2.x"
21+
"react-router": "^2.4.0"
2222
},
2323
"devDependencies": {
2424
"eslint-config-jonnybuchanan": "3.2.1",

0 commit comments

Comments
 (0)