Skip to content

Commit

Permalink
Clean up exports
Browse files Browse the repository at this point in the history
  • Loading branch information
wpf500 committed Dec 1, 2023
1 parent e2c3982 commit 512fda8
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,14 @@
"browser": "./dist/otpauth.esm.js",
"exports": {
".": {
"bun": "./dist/otpauth.esm.js",
"deno": "./dist/otpauth.esm.js",
"types": {
"import": "./dist/otpauth.d.ts",
"require": "./dist/otpauth.d.cts"
},
"node": {
"import": "./dist/otpauth.node.mjs",
"require": {
"types": "./dist/otpauth.d.cts",
"default": "./dist/otpauth.node.cjs"
}
"require": "./dist/otpauth.node.cjs"
},
"types": "./dist/otpauth.d.ts",
"default": "./dist/otpauth.esm.js"
},
"./dist/*": {
Expand Down

0 comments on commit 512fda8

Please sign in to comment.