Skip to content

Commit

Permalink
Merge pull request #17 from cyclic-software/export-promises
Browse files Browse the repository at this point in the history
fix: promises export path
  • Loading branch information
seekayel authored Jan 23, 2023
2 parents ea8b8c8 + eac433f commit a5ec3ea
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
"engines": {
"node": ">=14.20.0"
},
"exports":{
".":"./src/index.js",
"./promises":"./src/promises.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cyclic-software/s3fs.git"
Expand Down

0 comments on commit a5ec3ea

Please sign in to comment.