Skip to content

Commit

Permalink
adds file & errors to exports (#586)
Browse files Browse the repository at this point in the history
  • Loading branch information
bezoerb committed Jan 11, 2024
1 parent 4a76a50 commit b5c72e3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
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 b5c72e3

Please sign in to comment.