cs-redux-devtool
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -27,3 +27,3 @@ import { createStore, combineReducers } from 'redux' | ||
const {state} = modules[key] | ||
reducers[m] = createReducer(key, state); | ||
reducers[key] = createReducer(key, state); | ||
}); | ||
@@ -30,0 +30,0 @@ return reducers; |
{ | ||
"name": "cs-redux-devtool", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "clean-state debugging tool", | ||
@@ -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
2008