Skip to content

Commit e582da4

Browse files
Corrected the path of the type definition file
1 parent 7944392 commit e582da4

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
@@ -25,7 +25,7 @@
2525
"url": "https://github.com/JS-DevTools/rehype-inline-svg.git"
2626
},
2727
"main": "lib/index.js",
28-
"types": "lib/index.d.js",
28+
"types": "lib/index.d.ts",
2929
"files": [
3030
"lib"
3131
],

0 commit comments

Comments
 (0)