ev-emitter
Advanced tools
Comparing version 1.0.2 to 1.0.3
/** | ||
* EvEmitter v1.0.2 | ||
* EvEmitter v1.0.3 | ||
* Lil' event emitter | ||
@@ -11,3 +11,3 @@ * MIT License | ||
// universal module definition | ||
/* jshint strict: false */ /* globals define, module */ | ||
/* jshint strict: false */ /* globals define, module, window */ | ||
if ( typeof define == 'function' && define.amd ) { | ||
@@ -24,3 +24,3 @@ // AMD - RequireJS | ||
}( this, function() { | ||
}( typeof window != 'undefined' ? window : this, function() { | ||
@@ -27,0 +27,0 @@ "use strict"; |
{ | ||
"name": "ev-emitter", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "lil' event emitter", | ||
@@ -5,0 +5,0 @@ "main": "ev-emitter.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
8967