Skip to content

Commit

Permalink
fix: nuxt module dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Rock070 committed Nov 27, 2023
1 parent 78e678e commit 9b8774b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/nuxt/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vue3-noti/nuxt",
"type": "module",
"version": "1.0.0-beta.5",
"version": "1.0.0-beta.6",
"private": false,
"description": "Nuxt3 Toast with Composition API",
"license": "MIT",
Expand Down Expand Up @@ -45,7 +45,7 @@
},
"dependencies": {
"@nuxt/kit": "^3.8.2",
"@vue3-noti/core": "workspace:*"
"@vue3-noti/core": "1.0.0-beta.5"
},
"devDependencies": {
"@nuxt/devtools": "latest",
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

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

0 comments on commit 9b8774b

Please sign in to comment.