Skip to content

Commit

Permalink
chore: indicate compatibility with new v4 major (#4)
Browse files Browse the repository at this point in the history
* chore: indicate compatibility with new v4 major

* chore: add `packageManager`

---------

Co-authored-by: Yizack Rangel <[email protected]>
  • Loading branch information
danielroe and Yizack authored Jun 14, 2024
1 parent 32d3cb5 commit 927e00e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,12 @@
"nuxt": "^3.11.1",
"vitest": "^1.4.0"
},
"packageManager": "[email protected]",
"changelog": {
"repo": {
"repo": "Yizack/nuxt-twemoji",
"provider": "github",
"domain": "github.com"
}
}
}
}
2 changes: 1 addition & 1 deletion src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default defineNuxtModule<ModuleOptions>({
name: 'nuxt-twemoji',
configKey: 'nuxtTwemoji',
compatibility: {
nuxt: '^3.0.0'
nuxt: '>=3.0.0'
}
},
setup () {
Expand Down

0 comments on commit 927e00e

Please sign in to comment.