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

Commit c6a80a0

Browse files
committed
v11.3.0
1 parent 24f5e7d commit c6a80a0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "redux-little-router",
3-
"version": "11.2.0",
3+
"version": "11.3.0",
44
"description": "A barebones routing solution for Redux applications.",
55
"main": "lib/index.js",
66
"scripts": {
@@ -115,8 +115,8 @@
115115
"peerDependencies": {
116116
"react": "^0.14.0 || ^15.0.0-0",
117117
"react-dom": "^0.14.0 || ^15.0.0-0",
118-
"redux": "^3.0.0",
119-
"react-redux": "^4.0.0"
118+
"react-redux": "^4.0.0",
119+
"redux": "^3.0.0"
120120
},
121121
"nyc": {
122122
"sourceMap": false,

0 commit comments

Comments
 (0)