Skip to content

Commit

Permalink
Change package main to dist/webauthn.min.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmazzola committed Oct 31, 2022
1 parent 9d47c51 commit 02ee9f7
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
Expand Up @@ -2,7 +2,7 @@
"name": "@passwordless-id/webauthn",
"version": "0.0.10",
"description": "A small wrapper around the webauthn protocol to make one's life easier.",
"main": "src/index.ts",
"main": "dist/webauthn.min.js",
"scripts": {
"build": "esbuild src/index.ts --platform=neutral --bundle --sourcemap --minify --target=es2022 --outfile=dist/webauthn.min.js",
"dev": "http-server"
Expand Down

0 comments on commit 02ee9f7

Please sign in to comment.