Comparing version 0.0.3 to 0.0.4
@@ -37,8 +37,2 @@ module.exports = newStruct; | ||
if (create.supers) { | ||
for (key in create.supers) { | ||
create.supers[key] = wrapMethod(copy, create.supers[key]); | ||
} | ||
} | ||
if (struct.construct) { | ||
@@ -45,0 +39,0 @@ struct.construct(copy); |
{ | ||
"name": "new-struct", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Structs inspired from Golang", | ||
@@ -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
3455
70