Comparing version 1.0.0 to 1.0.2
{ | ||
"name": "ce-mixin", | ||
"version": "1.0.0", | ||
"version": "1.0.2", | ||
"description": "Computational effect - mixin", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -17,4 +17,4 @@ 'ues strict'; | ||
module.exports = { | ||
mixin: mixin | ||
mixins: mixins | ||
mixin: mixin, | ||
mixins: mixins, | ||
}; |
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
661