Skip to content

Commit cd334fb

Browse files
committed
fix: types path
1 parent 67a77aa commit cd334fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": "module",
55
"description": "Convert a Google Doc JSON representation to an HTML abstract syntax tree.",
66
"main": "dist/index.js",
7-
"types": "dist/index.d.ts",
7+
"types": "dist/src/index.d.ts",
88
"homepage": "https://github.com/googleworkspace/google-docs-hast",
99
"repository": {
1010
"type": "git",

0 commit comments

Comments
 (0)