immer-reducer
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -25,3 +25,6 @@ "use strict"; | ||
var actionCreators = {}; | ||
Object.keys(immerReducerClass.prototype).forEach(function (key) { | ||
Object.getOwnPropertyNames(immerReducerClass.prototype).forEach(function (key) { | ||
if (key === "constructor") { | ||
return; | ||
} | ||
var method = immerReducerClass.prototype[key]; | ||
@@ -28,0 +31,0 @@ if (typeof method !== "function") { |
{ | ||
"name": "immer-reducer", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "lib/immer-reducer.js", |
Sorry, the diff of this file is not supported yet
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
11719
117