Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: CommonJS build #51

Closed
wants to merge 3 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix: Incorrect location for cjs modules in package.json
  • Loading branch information
gxt-admin committed May 12, 2024
commit a187860c67d1d2a723cd24a696b7a68db33920ce
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "dist/esm/index.js",
"exports": {
"import": "./dist/esm/index.js",
"require": "./dist/commonjs/index.js"
"require": "./dist/cjs/index.js"
},
"types": "dist/types/index.d.ts",
"unpkg": "dist/webauthn.min.js",
Expand Down