Skip to content

Commit

Permalink
Add @simplewebauthn/browser w/ npm auto-update
Browse files Browse the repository at this point in the history
resolves #1873
  • Loading branch information
uiolee committed Oct 8, 2024
1 parent 58e7c42 commit 56dec16
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 @@
{

Check failure on line 1 in packages/s/simplewebauthn-browser.json

View workflow job for this annotation

GitHub Actions / robotcdnjs

name: Does not match pattern '^[a-zA-Z0-9._-]+$'
"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 56dec16

Please sign in to comment.