Skip to content

Commit

Permalink
adds file & errors to exports
Browse files Browse the repository at this point in the history
  • Loading branch information
bezoerb committed Jan 9, 2024
1 parent 4a76a50 commit 214e2e5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@
"index.js",
"src"
],
"exports": "./index.js",
"exports": {
".": "./index.js",
"./file.js": "./src/file.js",
"./errors.js": "./src/errors.js"
},
"bin": "cli.js",
"keywords": [
"critical",
Expand Down

0 comments on commit 214e2e5

Please sign in to comment.