Skip to content

Commit

Permalink
dropped node12 support v2
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateusz Duda committed May 28, 2024
1 parent 33b604b commit 970800a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@
"@types/fs-extra": "^11.0.4",
"@types/jest": "^29.5.12",
"@types/nodegit": "^0.27.10",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"fs-extra": "^11.2.0",
"jest": "^29.7.0",
"rimraf": "^5.0.5",
Expand All @@ -60,6 +58,10 @@
"ajv": "^4.11.8",
"better-ajv-errors": "^0.6.7"
},
"optionalDependencies": {
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1"
},
"bin": {
"scope": "./dist/scope.js"
},
Expand Down

0 comments on commit 970800a

Please sign in to comment.