Skip to content

Commit

Permalink
Merge pull request #30093 from storybookjs/jeppe/fix-node-logger
Browse files Browse the repository at this point in the history
Core: Fix `ERR_PACKAGE_PATH_NOT_EXPORTED` in `@storybook/node-logger`
  • Loading branch information
JReinhold authored Dec 22, 2024
2 parents c706998 + 684b18f commit f4e6a50
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 f4e6a50

Please sign in to comment.