Skip to content

Commit

Permalink
Updated engine recommendation in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ckbedwell committed Jan 17, 2023
1 parent 9e03ce6 commit 07d15b8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Expand Up @@ -13,7 +13,9 @@
"webpack": "^4.31.0",
"webpack-cli": "^3.3.2"
},
"engines": {},
"engines": {
"node": ">=16 <17"
},
"scripts": {
"webpack": "webpack",
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down

0 comments on commit 07d15b8

Please sign in to comment.