Skip to content

Commit

Permalink
chore: require Node 10
Browse files Browse the repository at this point in the history
BREAKING CHANGE: A minimum of Node.js 10.3.0 is required.
  • Loading branch information
imhoffd committed Jan 30, 2020
1 parent 9da7aaf commit 430d23a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"dist"
],
"engines": {
"node": ">=8.9.4"
"node": ">=10.3.0"
},
"repository": {
"type": "git",
Expand All @@ -52,7 +52,7 @@
"@types/fs-extra": "^8.0.0",
"@types/ini": "^1.3.30",
"@types/jest": "^25.1.0",
"@types/node": "^8.10.39",
"@types/node": "^10.17.14",
"@types/split2": "^2.1.6",
"@types/through2": "^2.0.34",
"@types/yauzl": "^2.9.1",
Expand Down
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"outDir": "./dist",
"pretty": true,
"strict": true,
"target": "es2017",
"target": "es2019",
"lib": [
"es2017"
"es2019"
],
"plugins": [{ "name": "typescript-tslint-plugin" }]
},
Expand Down

0 comments on commit 430d23a

Please sign in to comment.