Skip to content

Commit

Permalink
Merge pull request #73 from yoursunny/import-promises
Browse files Browse the repository at this point in the history
Correct @zenfs/core/promises export path
  • Loading branch information
james-pre authored May 28, 2024
2 parents 26d8a4c + 76fade0 commit d5b9844
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 @@ -33,7 +33,7 @@
"exports": {
".": "./dist/index.js",
"./*": "./dist/*",
"./promises": "./dist/emulations/promises.js"
"./promises": "./dist/emulation/promises.js"
},
"scripts": {
"format": "prettier --write .",
Expand Down

0 comments on commit d5b9844

Please sign in to comment.