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 15, 2024
1 parent 2df962b commit 9e193c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@
"version"
],
"license": "MIT",
"main": "index.js",
"main": "./index.js",
"exports": "./index.js",
"c8": {
"include": [
"lib/**/*.js",
Expand Down

0 comments on commit 9e193c2

Please sign in to comment.