Skip to content

Commit

Permalink
release: v2.0.1-vue3
Browse files Browse the repository at this point in the history
  • Loading branch information
tangdaohai committed Nov 18, 2020
1 parent 096d85d commit 86a29e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-happy-bus",
"version": "2.0.0-vue3",
"version": "2.0.1-vue3",
"description": "Event Bus for Vue3, automatically cancel listening events when unmounted.",
"source": "src/index.ts",
"amdName": "VueHappyBus",
Expand All @@ -11,7 +11,7 @@
"types": "dist/types",
"scripts": {
"test": "jest --coverage",
"build": "microbundle --strict --external vue"
"build": "microbundle --strict"
},
"files": [
"src",
Expand All @@ -35,7 +35,6 @@
},
"homepage": "https://github.com/tangdaohai/vue-happy-bus",
"dependencies": {
"happy-event-bus": "^1.0.0",
"vue": "^3.0.0"
},
"devDependencies": {
Expand All @@ -53,6 +52,7 @@
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.1.0",
"happy-event-bus": "^1.0.0",
"jest": "^26.6.3",
"microbundle": "^0.12.4",
"ts-jest": "^26.4.4",
Expand Down

0 comments on commit 86a29e5

Please sign in to comment.