Skip to content

Commit

Permalink
Specify minimum Node version
Browse files Browse the repository at this point in the history
  • Loading branch information
Damien Guérin committed Jan 27, 2023
1 parent aced833 commit 893a8df
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
"type": "module",
"bin": {
"openapi-dev-tool": "./src/cli.js"
},
"engines" : {
"node" : ">=14.14.0"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 893a8df

Please sign in to comment.