Skip to content

Commit

Permalink
chore: add npm to engines
Browse files Browse the repository at this point in the history
  • Loading branch information
moki committed Oct 24, 2023
1 parent bbfcfb9 commit 3c71123
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
"git:head": "git checkout master && git pull"
},
"engines": {
"node": "18.*"
"node": "18.*",
"npm:": "10.*"
},
"dependencies": {
"@apidevtools/swagger-parser": "^10.1.0",
Expand Down

0 comments on commit 3c71123

Please sign in to comment.