Skip to content

Commit 7e316e7

Browse files
committed
Add complex-types.d.ts to files in package.json
1 parent f4a5825 commit 7e316e7

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
@@ -30,13 +30,13 @@
3030
"types": "index.d.ts",
3131
"files": [
3232
"lib/",
33+
"complex-types.d.ts",
3334
"index.d.ts",
3435
"index.js"
3536
],
3637
"dependencies": {
3738
"@types/hast": "^2.0.0",
3839
"@types/parse5": "^6.0.0",
39-
"@types/unist": "^2.0.3",
4040
"hast-util-from-parse5": "^7.0.0",
4141
"hast-util-to-parse5": "^7.0.0",
4242
"html-void-elements": "^2.0.0",

0 commit comments

Comments
 (0)