Skip to content

Commit

Permalink
fix: add /enums to the package.json export paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Dario Soller committed Nov 6, 2024
1 parent 653f421 commit bc01ddd
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 @@ -26,6 +26,7 @@
"default": "./lib/fs.js"
},
"./utils": "./lib/utils/index.js",
"./enums": "./lib/enums/index.js",
"./types": "./types/index.d.ts"
},
"bin": {
Expand Down

0 comments on commit bc01ddd

Please sign in to comment.