Skip to content

Commit

Permalink
refactor: expose the ESM build with debug
Browse files Browse the repository at this point in the history
  • Loading branch information
darrachequesne committed Jun 27, 2023
1 parent 0402c9b commit 00fa602
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
".": {
"import": {
"node": "./build/esm-debug/index.js",
"development": "./build/esm-debug/index.js",
"default": "./build/esm/index.js"
},
"require": "./build/cjs/index.js"
Expand Down

0 comments on commit 00fa602

Please sign in to comment.