Skip to content
Merged
Changes from 1 commit
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
Next Next commit
package.json: require Node.js 10.
  • Loading branch information
XhmikosR committed Sep 29, 2019
commit aa664c028a8c4d9a37fd0d8aeeff8ae6804e821c
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"author": "Node.js Website Working Group",
"license": "MIT",
"engines": {
"node": ">=8"
"node": ">=10"
},
"standard": {
"ignore": [
Expand Down