Skip to content

Commit

Permalink
E Removes the engines requirement from this package as none are need …
Browse files Browse the repository at this point in the history
…to install it properly.
  • Loading branch information
jwloka committed Apr 13, 2024
1 parent 7a2bd2f commit 9ed9fd3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
},
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/node": "20.12.2",
"@types/node": "20",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"concurrently": "8.2.2",
Expand All @@ -63,9 +63,5 @@
"rimraf": "5.0.5",
"ts-jest": "^29.1.2",
"typescript": "^5.4.3"
},
"engines": {
"node": ">=20",
"pnpm": ">=8"
}
}
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9ed9fd3

Please sign in to comment.