event-emitter-for-miniprogram
Advanced tools
Comparing version 0.0.24 to 0.0.25
@@ -56,3 +56,2 @@ /* eslint-disable */ | ||
EventEmitter.prototype.off = function (type, listener) { | ||
@@ -59,0 +58,0 @@ if (!hasOwnProperty.call(this, namespace)) return this; |
{ | ||
"name": "event-emitter-for-miniprogram", | ||
"version": "0.0.24", | ||
"version": "0.0.25", | ||
"description": "event-emitter adapted for wechat miniprogram", | ||
@@ -15,3 +15,3 @@ "main": "event-emitter.js", | ||
}, | ||
"gitHead": "051efd58f4413a7f74e24453ad0da2d25e7f2fd6" | ||
"gitHead": "27d94350a4c5943e0a83fd3f228bf15e4c7ad083" | ||
} |
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
4123