Skip to content
This repository has been archived by the owner on Feb 5, 2023. It is now read-only.

Commit

Permalink
feat: Restrict Node.js to >= 10.9
Browse files Browse the repository at this point in the history
BREAKING CHANGES: Node.js >= 10.9 is required.
  • Loading branch information
ffflorian committed Dec 23, 2019
1 parent 570907c commit 3eaf142
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
"typedoc": "0.15.5",
"typescript": "3.7.4"
},
"engines": {
"node": ">= 10.9"
},
"files": [
"dist"
],
Expand Down

0 comments on commit 3eaf142

Please sign in to comment.