Skip to content

Commit

Permalink
v1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mya-ake committed May 8, 2021
1 parent 456854d commit 0abee3e
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-window-size",
"version": "1.0.4",
"version": "1.0.5",
"description": "Reactivity window size for Vue.js.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -46,8 +46,8 @@
"vue-template-compiler": "^2.6.11"
},
"peerDependencies": {
"vue": "^2.6.0 || >=3.0.0",
"@vue/composition-api": "^1.0.0-beta.14"
"@vue/composition-api": "^1.0.0-beta.14",
"vue": "^2.6.0 || >=3.0.0"
},
"files": [
"dist",
Expand Down

0 comments on commit 0abee3e

Please sign in to comment.