Skip to content

Commit

Permalink
fix: refresh not work
Browse files Browse the repository at this point in the history
  • Loading branch information
ronger-x committed Apr 28, 2024
1 parent 79c0bac commit 3bc6a4f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
"name": "@rymcu/auth",
"version": "0.1.7",
"description": "Nuxt3 auth module",
"repository": "https://github.com/rymcu/auth",
"repository": {
"type": "git",
"url": "git+https://github.com/rymcu/auth.git"
},
"license": "MIT",
"author": {
"name": "ronger <ronger-x@outlook.com>"
Expand Down Expand Up @@ -77,4 +80,4 @@
"peerDependencies": {
"@auth/core": "0.20.0"
}
}
}

0 comments on commit 3bc6a4f

Please sign in to comment.