Skip to content

Commit

Permalink
fix: Incorrect location for cjs modules in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
gxt-admin committed May 12, 2024
1 parent c85397c commit a187860
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 @@ -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

0 comments on commit a187860

Please sign in to comment.