Skip to content

Commit

Permalink
Add simplewebauthn-browser w/ npm auto-update (#1907)
Browse files Browse the repository at this point in the history
* Add @simplewebauthn/browser w/ npm auto-update

resolves #1873

* Update simplewebauthn-browser.json

---------

Co-authored-by: Matt Cowley <me@mattcowley.co.uk>
  • Loading branch information
uiolee and MattIPv4 authored Oct 14, 2024
1 parent 0b494b4 commit e94a214
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions packages/s/simplewebauthn-browser.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"name": "simplewebauthn-browser",
"description": "SimpleWebAuthn for Browsers",
"keywords": ["typescript", "webauthn", "passkeys", "fido", "umd"],
"license": "MIT",
"homepage": "https://github.com/MasterKale/SimpleWebAuthn/tree/master/packages/browser#readme",
"repository": {
"type": "git",
"url": "https://github.com/MasterKale/SimpleWebAuthn.git"
},
"authors": [
{
"name": "Matthew Miller"
}
],
"autoupdate": {
"source": "npm",
"target": "@simplewebauthn/browser",
"fileMap": [
{
"basePath": "dist/bundle",
"files": ["*.js"]
}
]
},
"filename": "index.js"
}

0 comments on commit e94a214

Please sign in to comment.