Skip to content

Commit

Permalink
chore: run npm fix on package.json (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe authored Apr 29, 2024
1 parent b14409e commit 78c7bc0
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": "@nuxtjs/kinde",
"version": "0.1.10",
"description": "Nuxt integration for Kinde authentication",
"repository": "nuxt-modules/kinde",
"repository": {
"type": "git",
"url": "git+https://github.com/nuxt-modules/kinde.git"
},
"license": "MIT",
"type": "module",
"exports": {
Expand Down Expand Up @@ -54,4 +57,4 @@
"@nuxt/schema": "3.11.2",
"@nuxtjs/kinde": "link:."
}
}
}

0 comments on commit 78c7bc0

Please sign in to comment.