Skip to content

Commit

Permalink
fix: move iziToast to peerDependencies for better module resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenjason89 committed Jan 23, 2025
1 parent 8303a9a commit 1d65a17
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@
"test:types": "vue-tsc --noEmit && cd playground && vue-tsc --noEmit"
},
"dependencies": {
"@nuxt/kit": "^3.15.2",
"@nuxt/kit": "^3.15.2"
},
"peerDependencies": {
"izitoast": "^1.4.0"
},
"devDependencies": {
Expand Down

0 comments on commit 1d65a17

Please sign in to comment.