metal-events
Advanced tools
Comparing version 2.16.5 to 2.16.6
@@ -542,2 +542,3 @@ 'use strict'; | ||
exports.default = EventEmitter; | ||
exports.default = EventEmitter; | ||
//# sourceMappingURL=EventEmitter.js.map |
@@ -238,2 +238,3 @@ 'use strict'; | ||
exports.default = EventEmitterProxy; | ||
exports.default = EventEmitterProxy; | ||
//# sourceMappingURL=EventEmitterProxy.js.map |
@@ -92,2 +92,3 @@ 'use strict'; | ||
exports.default = EventHandle; | ||
exports.default = EventHandle; | ||
//# sourceMappingURL=EventHandle.js.map |
@@ -91,2 +91,3 @@ 'use strict'; | ||
exports.default = EventHandler; | ||
exports.default = EventHandler; | ||
//# sourceMappingURL=EventHandler.js.map |
@@ -30,2 +30,3 @@ 'use strict'; | ||
exports.EventHandle = _EventHandle2.default; | ||
exports.EventHandler = _EventHandler2.default; | ||
exports.EventHandler = _EventHandler2.default; | ||
//# sourceMappingURL=events.js.map |
{ | ||
"name": "metal-events", | ||
"version": "2.16.5", | ||
"version": "2.16.6", | ||
"description": "Classes responsible for emitting and listening to events", | ||
@@ -18,3 +18,3 @@ "license": "BSD", | ||
"scripts": { | ||
"compile": "babel --no-babelrc --presets env -d lib/ src/", | ||
"compile": "babel --no-babelrc --presets env -d lib/ src/ -s", | ||
"prepublish": "npm run compile" | ||
@@ -26,3 +26,3 @@ }, | ||
"dependencies": { | ||
"metal": "^2.16.5" | ||
"metal": "^2.16.6" | ||
}, | ||
@@ -32,3 +32,4 @@ "devDependencies": { | ||
"babel-preset-env": "^1.6.0" | ||
} | ||
}, | ||
"gitHead": "37ffafd546b754369cebb3596c95500e711ea5ae" | ||
} |
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
85827
18
1523
Updatedmetal@^2.16.6