Skip to content

Commit

Permalink
[frameworks] Add Nuxt 3 to framework detection (vercel#6823)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyBitz authored Oct 12, 2021
1 parent f7de722 commit cd485c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frameworks/src/frameworks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1291,7 +1291,7 @@ export const frameworks = [
{
path: 'package.json',
matchContent:
'"(dev)?(d|D)ependencies":\\s*{[^}]*"nuxt(-edge)?":\\s*".+?"[^}]*}',
'"(dev)?(d|D)ependencies":\\s*{[^}]*"nuxt3?(-edge)?":\\s*".+?"[^}]*}',
},
],
},
Expand Down

0 comments on commit cd485c1

Please sign in to comment.