Skip to content

Commit

Permalink
package.json: fixing npm complaints
Browse files Browse the repository at this point in the history
  • Loading branch information
getify committed Mar 26, 2024
1 parent 3402fe2 commit c2513a7
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
@@ -1,7 +1,7 @@
{
"name": "@lo-fi/webauthn-local-client",
"description": "Browser-only utils for locally managing WebAuthn (passkey) API",
"version": "0.999.1",
"version": "0.999.2",
"exports": {
".": "./dist/bundlers/walc.mjs",
"./bundlers/vite": "./bundler-plugins/vite.mjs",
Expand Down Expand Up @@ -38,7 +38,10 @@
"optional": true
}
},
"repository": "mylofi/webauthn-local-client",
"repository": {
"type": "git",
"url": "git+https://github.com/mylofi/webauthn-local-client.git"
},
"keywords": [
"auth",
"passkey",
Expand Down

0 comments on commit c2513a7

Please sign in to comment.