deep-computed
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -36,3 +36,4 @@ "use strict"; | ||
}, | ||
configurable: false | ||
configurable: false, | ||
enumerable: true | ||
}); | ||
@@ -39,0 +40,0 @@ return "continue"; |
{ | ||
"name": "deep-computed", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "Iterates over objects and arrays and transforms functions to computed properties", | ||
@@ -5,0 +5,0 @@ "main": "./build/index.js", |
@@ -47,3 +47,4 @@ // prettier-ignore | ||
}, | ||
configurable: false | ||
configurable: false, | ||
enumerable: true | ||
}); | ||
@@ -50,0 +51,0 @@ continue; |
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
8065
171