Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mshick committed Mar 17, 2024
1 parent 8d1069a commit 44d0c65
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 @@ -15,7 +15,10 @@
"jwks",
"token"
],
"repository": "takeshape/next-auth-all-access",
"repository": {
"type": "git",
"url": "git+https://github.com/takeshape/next-auth-all-access.git"
},
"type": "module",
"exports": {
".": "./dist/index.js",
Expand All @@ -38,7 +41,7 @@
}
},
"bin": {
"next-auth-all-access": "./bin/next-auth-all-access.js"
"next-auth-all-access": "bin/next-auth-all-access.js"
},
"files": [
"bin/next-auth-all-access.js",
Expand Down

0 comments on commit 44d0c65

Please sign in to comment.