Skip to content

Commit

Permalink
fix: peerdependenci 3.4 and above
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasfjeldberg committed Apr 2, 2024
1 parent 5424265 commit 5c1d4d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"releaseBeta": "pnpm release:pre && changelogen --release && npm publish --tag beta && git push --follow-tags"
},
"peerDependencies": {
"vue": "^3.4.21"
"vue": ">=3.4.0"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.10.1",
Expand Down

0 comments on commit 5c1d4d9

Please sign in to comment.