Skip to content

Commit

Permalink
Adjust node engine requirements to be less restrictive (#39)
Browse files Browse the repository at this point in the history
* Update node engine requirement in package.json

Updated engine required to work with node v16 or higher

* 1.0.0-pre2

---------

Co-authored-by: Michael Weichert <mweichert.com>
  • Loading branch information
Michael Weichert authored Feb 9, 2023
1 parent 4c41a45 commit ba06dcd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "Felix Geisendörfer <[email protected]> (http://debuggable.com/)",
"name": "stack-trace",
"description": "Get v8 stack traces as an array of CallSite objects.",
"version": "1.0.0-pre1",
"version": "1.0.0-pre2",
"homepage": "https://github.com/felixge/node-stack-trace",
"repository": {
"type": "git",
Expand All @@ -25,7 +25,7 @@
"release": "git push && git push --tags && npm publish"
},
"engines": {
"node": "16"
"node": ">=16"
},
"license": "MIT",
"devDependencies": {
Expand Down

0 comments on commit ba06dcd

Please sign in to comment.