Skip to content

Commit 9610ded

Browse files
author
Federico Builes
authored
Merge pull request #68 from smorimoto/publint
Correct publint error
2 parents bf1a8f9 + abaf5b3 commit 9610ded

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)