Comparing version 1.0.0 to 1.0.1
@@ -57,3 +57,3 @@ // class EventHub | ||
if(typeof exports === 'object'){ | ||
modules.exports = EventHub | ||
module.exports = EventHub | ||
} | ||
@@ -60,0 +60,0 @@ if(typeof window === 'object'){ |
{ | ||
"name": "v-eventhub", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "a class for 'emit' and 'on' event", | ||
@@ -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
4443