Skip to content

Commit

Permalink
Update package.json to reflect node >= 12 requirement
Browse files Browse the repository at this point in the history
Hapi v19 requires node >= 12. This change will make that more apparent
to consumers.
  • Loading branch information
Tim Burch committed Apr 3, 2020
1 parent a5b462e commit c6b6397
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 @@ -12,7 +12,7 @@
"registry": "https://registry.npmjs.org"
},
"engines": {
"node": ">=8"
"node": ">=12"
},
"dependencies": {
"@hapi/hoek": "^9.0.4",
Expand Down

0 comments on commit c6b6397

Please sign in to comment.