Skip to content

Commit e0fbb7d

Browse files
committed
fix: Fix invalid 'export' main target definition.
1 parent 113dcba commit e0fbb7d

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
@@ -6,7 +6,7 @@
66
"license": "MIT",
77
"sideEffects": false,
88
"type": "module",
9-
"exports": "lib/index.js",
9+
"exports": "./lib/index.js",
1010
"scripts": {
1111
"start": "node lib/index.js",
1212
"watch": "tsbb watch --disable-babel",

0 commit comments

Comments
 (0)