Skip to content

Commit

Permalink
Add engines.node to package json
Browse files Browse the repository at this point in the history
  • Loading branch information
KidkArolis committed Nov 1, 2023
1 parent 08fad11 commit 9287b81
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"main": "index.js",
"description": "Jetpack wraps webpack and nodemon to give you the best development workflow.",
"license": "MIT",
"author": "Karolis Narkevicius",
"repository": {
"type": "git",
"url": "git://github.com/KidkArolis/jetpack.git"
Expand All @@ -13,7 +14,9 @@
"jetpack",
"build"
],
"author": "Karolis Narkevicius",
"engines": {
"node": ">=16"
},
"bin": {
"jetpack": "./bin/jetpack"
},
Expand Down

0 comments on commit 9287b81

Please sign in to comment.