Skip to content

Commit 0b088c7

Browse files
feat: allow using nuxt 4
1 parent 2b8f001 commit 0b088c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
"release": "npm run lint && npx standard-version && git push --follow-tags origin main && npm publish"
9999
},
100100
"peerDependencies": {
101-
"@nuxt/kit": "^3.0.0",
101+
"@nuxt/kit": "^3.0.0 || ^4.0.0",
102102
"vite": "^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0"
103103
},
104104
"peerDependenciesMeta": {

0 commit comments

Comments
 (0)