Skip to content

Commit

Permalink
add minimal required Node version to the package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
chicoxyzzy committed Feb 22, 2023
1 parent 0632a98 commit f16f32c
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 @@ -5,6 +5,9 @@
"bin": {
"create-socket-app": "./index.js"
},
"engines": {
"node": ">=16"
},
"scripts": {
"pretest": "standard",
"test": ""
Expand Down

0 comments on commit f16f32c

Please sign in to comment.