Skip to content

Commit f606181

Browse files
committed
build: zshy replaced import with default
1 parent b05c84b commit f606181

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
@@ -44,7 +44,7 @@
4444
"./package.json": "./package.json",
4545
".": {
4646
"types": "./dist/index.d.ts",
47-
"import": "./dist/index.js"
47+
"default": "./dist/index.js"
4848
}
4949
},
5050
"files": [

0 commit comments

Comments
 (0)