Skip to content

Commit 47f22d6

Browse files
authored
fix: invalid value of main (#27)
1 parent 094f33e commit 47f22d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/tegg/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"metadata",
99
"tegg"
1010
],
11-
"main": "dist/index.js",
11+
"main": "./index.js",
1212
"files": [
1313
"*.js",
1414
"*.d.ts"

0 commit comments

Comments
 (0)