easy-eventbus
Advanced tools
Comparing version 0.4.5 to 0.4.6
{ | ||
"name": "easy-eventbus", | ||
"version": "0.4.5", | ||
"version": "0.4.6", | ||
"description": "this is a library for eventbus", | ||
@@ -27,2 +27,5 @@ "main": "dist/index.js", | ||
], | ||
"publishConfig": { | ||
"registry": "https://registry.npmjs.org/" | ||
}, | ||
"repository": { | ||
@@ -29,0 +32,0 @@ "type": "git", |
@@ -121,1 +121,2 @@ /** | ||
export { EasyListener, EasySubscriber, EasyEventbus }; | ||
export default EasyEventbus; |
@@ -237,1 +237,2 @@ /** | ||
export { EasySubscriber, EasyEventbus }; | ||
export default EasyEventbus; |
358
17887
5