Skip to content

Commit 3e0206d

Browse files
committed
BREAKING: Node 8 and 10 support dropped
1 parent 2115e80 commit 3e0206d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
"name": "@openapi-contrib/openapi-schema-to-json-schema",
33
"version": "0.0.0-development",
44
"description": "Converts OpenAPI Schema Object to JSON Schema",
5+
"engines" : {
6+
"node" : ">=12"
7+
},
58
"main": "index.js",
69
"types": "index.d.ts",
710
"scripts": {

0 commit comments

Comments
 (0)