Skip to content

Commit 9f13edc

Browse files
authored
Merge pull request #138 from andreujuanc/patch-1
Added d.ts to the files section of package.json
2 parents 7eab2d1 + c4874ab commit 9f13edc

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openapi3-ts",
3-
"version": "4.3.2",
3+
"version": "4.3.3",
44
"description": "TS Model & utils for OpenAPI 3.x specification.",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",
@@ -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)