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

Commit

Permalink
Require Node 10
Browse files Browse the repository at this point in the history
  • Loading branch information
Cretezy committed Apr 10, 2020
1 parent 8dc894a commit 966a61e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Unreleased

- Require Node 10

## 1.0.0-rc.9 - 2020-04-10

- Fix empty chunk
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,6 @@
"typescript": "^3.8.3"
},
"engines": {
"node": ">=8.0.0"
"node": ">=10.0.0"
}
}
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"moduleResolution": "Node",
"target": "ES2015",
"target": "ES2018",
"module": "CommonJS",
"lib": ["ES2019"],
"strict": true,
Expand Down

0 comments on commit 966a61e

Please sign in to comment.