Skip to content

Commit

Permalink
deps: increase "engines" to "node" : ">= 10.12.0"
Browse files Browse the repository at this point in the history
Makes npm warn users if they are using an unsupported Node version.

Refs: nodejs#2123
  • Loading branch information
DeeDeeG committed Jun 7, 2020
1 parent 8e3f3f1 commit d8bbfdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"which": "^2.0.2"
},
"engines": {
"node": ">= 6.0.0"
"node": ">= 10.12.0"
},
"devDependencies": {
"bindings": "^1.5.0",
Expand Down

0 comments on commit d8bbfdf

Please sign in to comment.