Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
],
"author": "Misko Hevery <[email protected]>",
"license": "MIT",
"engines": {
"node": ">= 8.0.0"
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"node": ">= 8.0.0"
"node": ">= 10"

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

and use npm:please-upgrade-node to enforce minimum Node.js requirement more strongly (#444)

},
"dependencies": {
"coffeescript": "~1.12.7",
"gaze": "~1.1.2",
Expand Down