Skip to content

Commit

Permalink
feat(deps): update engines.node to >=8.12.0 (#441)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: `execa@2.0.2`, which `lint-staged@9` depends on, requires Node 8.12 at minimum

See also sindresorhus/execa#319
  • Loading branch information
ybiquitous committed Jul 2, 2019
1 parent 3a0f7d0 commit a44dd50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -20,7 +20,7 @@
".remarkignore"
],
"engines": {
"node": ">=8.5.0"
"node": ">=8.12.0"
},
"dependencies": {
"@commitlint/cli": "^8.0.0",
Expand Down

0 comments on commit a44dd50

Please sign in to comment.