Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
dagnelies committed Sep 25, 2022
1 parent 05f05f6 commit 4e89f3f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,4 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm install
- run: npm run build
- run: npm publish --access public
- run: npm run build
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Passwordless.ID/webauthn
========================
Passwordless.ID / webauthn
==========================

A greatly simplified and opiniated wrapper to invoke the [webauthn protocol](https://w3c.github.io/webauthn/) more conviniently.

Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"name": "@passwordless-id/webauthn",
"version": "0.0.1",
"version": "0.0.3",
"description": "A small wrapper around the webauthn protocol to make one's life easier.",

"main": "src/passwordless.ts",
"module": "dist/passwordless-id.min.js",
"browser": "dist/passwordless-id.min.js",

"scripts": {
"build": "esbuild src/passwordless.ts --bundle --sourcemap --minify --target=es2022 --outfile=dist/passwordless-id.min.js"
Expand Down

0 comments on commit 4e89f3f

Please sign in to comment.