Comparing version 1.0.0 to 1.0.1
@@ -42,4 +42,4 @@ import {connect} from 'react-redux'; | ||
for (let key in _reducers) { | ||
_setters[key] = { | ||
for (let name in _reducers) { | ||
_setters[name] = { | ||
set: (state, mark) => { | ||
@@ -46,0 +46,0 @@ const action = { |
{ | ||
"name": "lazy-redux", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Opinionated version of Redux, no action types and switch cases", | ||
@@ -5,0 +5,0 @@ "main": "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
6108