We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9d26c7 commit fba5b0cCopy full SHA for fba5b0c
package.json
@@ -21,7 +21,7 @@
21
"prepare": "npm run build"
22
},
23
"engines": {
24
- "node": ">=8"
+ "node": ">=10"
25
26
"repository": {
27
"type": "git",
@@ -33,7 +33,7 @@
33
"devDependencies": {
34
"@types/graphlib": "^2.1.7",
35
"@types/jest": "^27",
36
- "@types/node": "^8",
+ "@types/node": "^10",
37
"@types/object-hash": "^2.1.0",
38
"@types/semver": "^7.3.6",
39
"@typescript-eslint/eslint-plugin": "^4.28.0",
tsconfig.json
@@ -2,9 +2,9 @@
2
"compilerOptions": {
3
"outDir": "./dist",
4
"pretty": true,
5
- "target": "es2017",
+ "target": "es2018",
6
"lib": [
7
- "es2017"
+ "es2018"
8
],
9
"allowJs": true,
10
"module": "commonjs",
0 commit comments