redux-router5
Advanced tools
Comparing version 4.2.1 to 4.2.2
@@ -0,1 +1,7 @@ | ||
<a name="4.2.2"></a> | ||
## [4.2.2](https://github.com/router5/redux-router5/compare/v4.2.1...v4.2.2) (2016-11-19) | ||
<a name="4.2.1"></a> | ||
@@ -2,0 +8,0 @@ ## [4.2.1](https://github.com/router5/redux-router5/compare/v4.2.0...v4.2.1) (2016-09-22) |
{ | ||
"name": "redux-router5", | ||
"version": "4.2.1", | ||
"version": "4.2.2", | ||
"description": "Router5 integration with redux", | ||
"main": "index.js", | ||
"module": "dist/es/index.js", | ||
"jnext:main": "dist/es/index.js", | ||
@@ -56,3 +57,5 @@ "scripts": { | ||
"router5": "^4.0.0", | ||
"redux": "^3.0.0", | ||
"redux": "^3.0.0" | ||
}, | ||
"optionalDependencies": { | ||
"immutable": "^3.0.0" | ||
@@ -59,0 +62,0 @@ }, |
43687