Skip to content

Commit f63c09a

Browse files
authored
fix: package.json for exporting lib (#140)
1 parent 8ff67a7 commit f63c09a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"node": ">=12.20.0"
4444
},
4545
"exports": {
46-
"import": "./lib/index.js"
46+
"import": "./index.js"
4747
},
4848
"repository": {
4949
"type": "git",

0 commit comments

Comments
 (0)