Skip to content

Commit 170254a

Browse files
committed
Revert "Restrict supported node engines"
This reverts commit 58c253b.
1 parent 58c253b commit 170254a

3 files changed

Lines changed: 0 additions & 7 deletions

File tree

.npmrc

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGELOG.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ and this project adheres to
1010

1111
### Added
1212

13-
- Restrict node engines for better support feedback
14-
1513
### Changed
1614

1715
### Fixed

scripts/build_npm.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ await build({
2424
bugs: {
2525
url: "https://github.com/serpapi/serpapi-javascript/issues",
2626
},
27-
engines: {
28-
node: "^16.14.0 || >=17.3.0", // Because of AbortSignal.timeout https://nodejs.org/api/globals.html#static-method-abortsignaltimeoutdelay
29-
},
3027
keywords: [
3128
"serpapi",
3229
"serp api",
@@ -65,4 +62,3 @@ await build({
6562

6663
Deno.copyFileSync("LICENSE", "npm/LICENSE");
6764
Deno.copyFileSync("README.md", "npm/README.md");
68-
Deno.copyFileSync(".npmrc", "npm/.npmrc");

0 commit comments

Comments
 (0)