Skip to content

Commit abaf5b3

Browse files
committed
Correct publint error
Signed-off-by: Sora Morimoto <[email protected]>
1 parent bf1a8f9 commit abaf5b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
"type": "module",
1515
"exports": {
1616
".": {
17+
"types": "./dist/index.d.cts",
1718
"require": "./dist/index.cjs",
18-
"import": "./dist/index.js",
19-
"types": "./dist/index.d.ts"
19+
"import": "./dist/index.js"
2020
}
2121
},
2222
"main": "./dist/index.cjs",

0 commit comments

Comments
 (0)