Skip to content

Commit f3358dd

Browse files
committedMar 16, 2024··
feat(exports): defined exports to point at ./index.js
BREAKING CHANGE: `exports` has been defined, which prevents access to private apis (which arent intended for consumption anyway)
1 parent 5b6c43f commit f3358dd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@
6262
"semantic-release"
6363
],
6464
"license": "MIT",
65-
"main": "index.js",
65+
"exports": "./index.js",
66+
"main": "./index.js",
6667
"c8": {
6768
"include": [
6869
"lib/**/*.js",

0 commit comments

Comments
 (0)
Please sign in to comment.