Skip to content

Commit 2817bab

Browse files
committed
Fix imports
1 parent 4687da1 commit 2817bab

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
"description": "Types and interfaces for writing valid OpenAPI specification in TypeScript.",
44
"repository": "github:fosfad/openapi-typescript-definitions",
55
"files": [
6-
"./3.1.0.*"
6+
"3.1.0.d.ts",
7+
"3.1.0.d.ts.map",
8+
"3.1.0.d.js",
9+
"3.1.0.d.js.map"
710
],
811
"author": {
912
"email": "[email protected]",

0 commit comments

Comments
 (0)