Skip to content

Commit

Permalink
Properly limit Vue versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sistrall committed Jan 17, 2023
1 parent 169760d commit 7d42332
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
},
"peerDependencies": {
"@vue/composition-api": "^1.7.1",
"vue": "^2.0.0 || >=3.0.0"
"vue": ">= 2.5 < 2.7 || >=3.0.0"
},
"peerDependenciesMeta": {
"@vue/composition-api": {
Expand Down

0 comments on commit 7d42332

Please sign in to comment.