Skip to content

Commit b1c5dd3

Browse files
Made openapi-types a peerDependency (fixes issue #150)
1 parent ae3dcf6 commit b1c5dd3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -80,5 +80,8 @@
8080
"call-me-maybe": "^1.0.1",
8181
"openapi-types": "^1.3.5",
8282
"z-schema": "^4.2.3"
83+
},
84+
"peerDependencies": {
85+
"openapi-types": ">=7"
8386
}
8487
}

0 commit comments

Comments
 (0)