Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 222e645

Browse files
authoredJun 10, 2024··
Update package.json
Fixed dependencies trying to get the types on root instead of dist.
1 parent 7eab2d1 commit 222e645

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@
6767
},
6868
"files": [
6969
"dist",
70-
"*.md"
70+
"*.md",
71+
"oas30.d.ts",
72+
"oas31.d.ts",
7173
]
7274
}

0 commit comments

Comments
 (0)
Please sign in to comment.