Skip to content

Commit

Permalink
setting initial package version for publish
Browse files Browse the repository at this point in the history
  • Loading branch information
getify committed Mar 26, 2024
1 parent b9396c6 commit 2ecea2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "webauthn-local-client",
"description": "Browser-only utils for locally managing WebAuthn (passkey) API",
"version": "0.0.0-a",
"version": "1.0.0",
"exports": {
".": "./dist/bundlers/walc.mjs",
"./bundlers/vite": "./bundler-plugins/vite.mjs",
Expand Down

0 comments on commit 2ecea2c

Please sign in to comment.