Skip to content

Commit

Permalink
feat: rewrite library to be compatible with react-router v4
Browse files Browse the repository at this point in the history
  • Loading branch information
skipjack committed Jun 19, 2017
1 parent 0e07289 commit 0637464
Show file tree
Hide file tree
Showing 7 changed files with 197 additions and 356 deletions.
2 changes: 0 additions & 2 deletions index.js

This file was deleted.

350 changes: 0 additions & 350 deletions index.jsx

This file was deleted.

11 changes: 7 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,9 @@
},
"homepage": "https://github.com/svenanders/react-breadcrumbs",
"peerDependencies": {
"react": ">=0.13.2 || <16.x",
"react-router": ">2.5.0 || <4.x"
"react": "^15.0.0",
"react-router-dom": "^4.0.0",
"prop-types": "^15.5.7"
},
"devDependencies": {
"autoprefixer": "^6.5.1",
Expand All @@ -76,14 +77,16 @@
"prop-types": "^15.5.8",
"react": "^15.3.2",
"react-dom": "^15.5.4",
"react-router": "3.x",
"react-router-dom": "^4.1.1",
"react-test-renderer": "^15.5.4",
"tape": "^4.6.3",
"uglifyjs": "^2.4.10",
"webpack": "^2.3.3",
"webpack-dev-server": "^2.4.2"
},
"dependencies": {
"exenv": "^1.2.0"
"lodash.isequal": "^4.5.0",
"redux": "^3.6.0",
"uuid": "^3.0.1"
}
}
Loading

0 comments on commit 0637464

Please sign in to comment.