Skip to content

Commit

Permalink
fix: move nuxt-auth as deps instead of devDeps
Browse files Browse the repository at this point in the history
  • Loading branch information
gravitano committed Feb 2, 2023
1 parent ae48f0b commit 3783b1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion starter/nuxt-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
},
"dependencies": {
"@gits-id/ui-nuxt": "^0.15.2",
"@sidebase/nuxt-auth": "^0.4.0-alpha.5",
"next-auth": "^4.19.1"
},
"devDependencies": {
"@nuxtjs/tailwindcss": "^6.3.0",
"@sidebase/nuxt-auth": "^0.4.0-alpha.5",
"nuxt": "^3.1.1",
"sass": "^1.58.0"
}
Expand Down

0 comments on commit 3783b1a

Please sign in to comment.