Skip to content

Commit

Permalink
specify engines.node >=15 for ||=, #264
Browse files Browse the repository at this point in the history
  • Loading branch information
vogler committed Dec 19, 2023
1 parent 3c15252 commit 8bf36a2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
"lint": "npx eslint ."
},
"type": "module",
"engines": {
"node": ">=15"
},
"dependencies": {
"chalk": "^5.3.0",
"cross-env": "^7.0.3",
Expand Down

0 comments on commit 8bf36a2

Please sign in to comment.