eventdispatcher
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "eventdispatcher", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "EventDispatcher like nodes EventEmitter", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -12,3 +12,3 @@ 'use strict'; | ||
export default class EventDispatcher { | ||
class EventDispatcher { | ||
@@ -117,1 +117,3 @@ constructor({target, currentTarget } = {}) { | ||
} | ||
module.exports = EventDispatcher; |
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
23958
406