Skip to content

Commit 9e193c2

Browse files
committedMar 15, 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 2df962b commit 9e193c2

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
@@ -60,7 +60,8 @@
6060
"version"
6161
],
6262
"license": "MIT",
63-
"main": "index.js",
63+
"main": "./index.js",
64+
"exports": "./index.js",
6465
"c8": {
6566
"include": [
6667
"lib/**/*.js",

0 commit comments

Comments
 (0)
Please sign in to comment.