Skip to content

Commit 0e785ec

Browse files
committed
Fix typo in package.json
1 parent 32b148a commit 0e785ec

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
@@ -12,7 +12,7 @@
1212
"exports": {
1313
".": {
1414
"import": "./dist/index.mjs",
15-
"require": "./dist/index.cjs"
15+
"require": "./dist/index.cjs",
1616
"types": "./dist/types/index.d.ts"
1717
}
1818
},

0 commit comments

Comments
 (0)