Skip to content

Commit

Permalink
feat!: Require node >= v12
Browse files Browse the repository at this point in the history
BREAKING CHANGE: To keep other dependencies up to date, fliegdoc no longer supports `node` v10 (as v10 has also reached EOL of being maintained). You now require `node` v12 or higher to use `fliegdoc`
  • Loading branch information
pklaschka committed May 5, 2021
1 parent b23334f commit 46350c7
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 @@ -35,7 +35,7 @@
},
"keywords": [],
"engines": {
"node": ">10.0.0"
"node": ">12.0.0"
},
"files": [
"bin",
Expand Down

0 comments on commit 46350c7

Please sign in to comment.