Browse Source

Fixed dependency react-router-dom

Keyi 8 years ago
parent
commit
ace95c21b3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -5,7 +5,7 @@
   "dependencies": {
     "react": "^15.6.1",
     "react-dom": "^15.6.1",
-    "react-router": "^4.1.1",
+    "react-router-dom": "^4.1.1",
     "react-motion": "^0.5.0"
   },
   "devDependencies": {