cycle-redux
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -11,3 +11,3 @@ "use strict"; | ||
var state$ = $action.startWith(state).map(function (action) { | ||
var state$ = action$.startWith(state).map(function (action) { | ||
state = reducer(state, action); | ||
@@ -14,0 +14,0 @@ return state; |
{ | ||
"name": "cycle-redux", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "Unofficial Redux bindings for Cycle.js.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package