Skip to content

Commit

Permalink
feat(exports): defined exports to point at ./index.js
Browse files Browse the repository at this point in the history
BREAKING CHANGE: `exports` has been defined, which prevents access to private apis (which arent
intended for consumption anyway)
  • Loading branch information
travi committed Mar 16, 2024
1 parent 5b6c43f commit f3358dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -62,7 +62,8 @@
"semantic-release"
],
"license": "MIT",
"main": "index.js",
"exports": "./index.js",
"main": "./index.js",
"c8": {
"include": [
"lib/**/*.js",
Expand Down

0 comments on commit f3358dd

Please sign in to comment.