Skip to content

Commit

Permalink
fix node-logger ESM export
Browse files Browse the repository at this point in the history
  • Loading branch information
JReinhold committed Dec 17, 2024
1 parent ba24c93 commit 4bfde81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/deprecated/node-logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"exports": {
".": {
"types": "./shim.d.ts",
"module": "./shim.mjs",
"import": "./shim.mjs",
"require": "./shim.js"
},
"./package.json": "./package.json"
Expand Down

0 comments on commit 4bfde81

Please sign in to comment.