Skip to content

Commit

Permalink
fixed version in minimized file header
Browse files Browse the repository at this point in the history
  • Loading branch information
dagnelies committed Sep 5, 2024
1 parent df3cfdd commit a398389
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@passwordless-id/webauthn",
"version": "2.1.0",
"version": "2.1.1",
"description": "A small wrapper around the webauthn protocol to make one's life easier.",

"type": "module",
Expand All @@ -14,8 +14,8 @@
"scripts": {
"build": "npm run build-module && npm run build-nodejs && npm run build-browser && npm run build-demos",
"build-module": "tsc",
"build-nodejs": "esbuild src/index.ts --platform=node --bundle --banner:js=/*passwordless-id/webauthn@2.0.5*/ --outfile=dist/cjs/webauthn.cjs",
"build-browser": "esbuild src/index.ts --platform=browser --bundle --banner:js=/*passwordless-id/webauthn@2.0.5*/ --format=esm --minify --sourcemap --outfile=dist/browser/webauthn.min.js",
"build-nodejs": "esbuild src/index.ts --platform=node --bundle --banner:js=/*passwordless-id/webauthn@2.1.1*/ --outfile=dist/cjs/webauthn.cjs",
"build-browser": "esbuild src/index.ts --platform=browser --bundle --banner:js=/*passwordless-id/webauthn@2.1.1*/ --format=esm --minify --sourcemap --outfile=dist/browser/webauthn.min.js",
"build-demos": "cp dist/browser/*.js docs/demos/js; cp dist/browser/*.js.map docs/demos/js",
"test": "jest",
"dev": "mkdocs serve"
Expand Down

0 comments on commit a398389

Please sign in to comment.