Skip to content

Commit ba06dcd

Browse files
author
Michael Weichert
authored
Adjust node engine requirements to be less restrictive (#39)
* 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>
1 parent 4c41a45 commit ba06dcd

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"author": "Felix Geisendörfer <felix@debuggable.com> (http://debuggable.com/)",
33
"name": "stack-trace",
44
"description": "Get v8 stack traces as an array of CallSite objects.",
5-
"version": "1.0.0-pre1",
5+
"version": "1.0.0-pre2",
66
"homepage": "https://github.com/felixge/node-stack-trace",
77
"repository": {
88
"type": "git",
@@ -25,7 +25,7 @@
2525
"release": "git push && git push --tags && npm publish"
2626
},
2727
"engines": {
28-
"node": "16"
28+
"node": ">=16"
2929
},
3030
"license": "MIT",
3131
"devDependencies": {

0 commit comments

Comments
 (0)