Skip to content

Commit

Permalink
chore: Update Node minimum version to 10
Browse files Browse the repository at this point in the history
BREAKING CHANGE:
documentation.js will now require node 10 or later.
  • Loading branch information
tmcw committed May 9, 2020
1 parent 9f3db52 commit 45a5257
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 @@ -134,7 +134,7 @@
}
},
"engines": {
"node": ">=8"
"node": ">=10"
},
"lint-staged": {
"*.js": [
Expand Down

0 comments on commit 45a5257

Please sign in to comment.