Skip to content
This repository was archived by the owner on Jul 19, 2023. It is now read-only.

Commit 2aeab65

Browse files
committed
Fix incompatibility with older node versions
1 parent 20424df commit 2aeab65

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,12 +87,12 @@
8787
"devDependencies": {
8888
"@types/node": "~17.0",
8989
"@types/through2": "~2.0",
90-
"@typescript-eslint/eslint-plugin": "~5.14",
91-
"@typescript-eslint/parser": "~5.14",
90+
"@typescript-eslint/eslint-plugin": "~5.15",
91+
"@typescript-eslint/parser": "~5.15",
9292
"add-dist-header": "~0.1",
9393
"assert-deep-strict-equal": "~1.0",
94-
"cpy-cli": "~4.0",
95-
"eslint": "~8.10",
94+
"cpy-cli": "~4.1",
95+
"eslint": "~8.11",
9696
"jshint": "~2.13",
9797
"mocha": "~9.2",
9898
"npm-run-all2": "~5.0",

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"compilerOptions": {
3-
"target": "ES2020",
3+
"target": "ES2015",
44
"module": "ES2020",
55
"moduleResolution": "node",
66
"declaration": true,

0 commit comments

Comments
 (0)