Skip to content

Commit 1a87049

Browse files
committed
fix: package.json
Signed-off-by: sunrabbit123 <[email protected]>
1 parent 75272b7 commit 1a87049

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
@@ -22,7 +22,7 @@
2222
".": {
2323
"types": "./dist/index.d.ts",
2424
"import": "./dist/index.mjs",
25-
"require": "./dist/index.cjs"
25+
"require": "./dist/index.js"
2626
}
2727
},
2828
"files": [

0 commit comments

Comments
 (0)