Skip to content

Commit

Permalink
Add engines field to package.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
garg3133 committed Dec 14, 2022
1 parent 95401c2 commit aa52885
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 @@ -7,6 +7,9 @@
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=14.0.0"
},
"scripts": {
"build": "tsc",
"dev": "tsc && node dev.js",
Expand Down

0 comments on commit aa52885

Please sign in to comment.