Skip to content
This repository was archived by the owner on Dec 15, 2018. It is now read-only.

Commit

Permalink
v11.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tptee committed Oct 19, 2016
1 parent 24f5e7d commit c6a80a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redux-little-router",
"version": "11.2.0",
"version": "11.3.0",
"description": "A barebones routing solution for Redux applications.",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -115,8 +115,8 @@
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0-0",
"react-dom": "^0.14.0 || ^15.0.0-0",
"redux": "^3.0.0",
"react-redux": "^4.0.0"
"react-redux": "^4.0.0",
"redux": "^3.0.0"
},
"nyc": {
"sourceMap": false,
Expand Down

0 comments on commit c6a80a0

Please sign in to comment.