Skip to content

Commit

Permalink
fix: remove please-upgrade-node (we can instead rely on package.json …
Browse files Browse the repository at this point in the history
…engines). fixes #1274
  • Loading branch information
filmaj committed Aug 28, 2024
1 parent ffabf3c commit 2910194
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
"axios": "^1.7.4",
"express": "^4.16.4",
"path-to-regexp": "^6.2.1",
"please-upgrade-node": "^3.2.0",
"promise.allsettled": "^1.0.2",
"raw-body": "^2.3.3",
"tsscmp": "^1.0.6"
Expand Down
6 changes: 0 additions & 6 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
import pleaseUpgradeNode from 'please-upgrade-node';
// eslint-disable-next-line @typescript-eslint/no-require-imports
const packageJson = require('../package.json'); // eslint-disable-line @typescript-eslint/no-var-requires, import/no-commonjs

pleaseUpgradeNode(packageJson);

export {
default as App,
AppOptions,
Expand Down

0 comments on commit 2910194

Please sign in to comment.