We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58c253b commit 170254aCopy full SHA for 170254a
3 files changed
.npmrc
CHANGELOG.md
@@ -10,8 +10,6 @@ and this project adheres to
10
11
### Added
12
13
-- Restrict node engines for better support feedback
14
-
15
### Changed
16
17
### Fixed
scripts/build_npm.ts
@@ -24,9 +24,6 @@ await build({
24
bugs: {
25
url: "https://github.com/serpapi/serpapi-javascript/issues",
26
},
27
- engines: {
28
- node: "^16.14.0 || >=17.3.0", // Because of AbortSignal.timeout https://nodejs.org/api/globals.html#static-method-abortsignaltimeoutdelay
29
- },
30
keywords: [
31
"serpapi",
32
"serp api",
@@ -65,4 +62,3 @@ await build({
65
62
66
63
Deno.copyFileSync("LICENSE", "npm/LICENSE");
67
64
Deno.copyFileSync("README.md", "npm/README.md");
68
-Deno.copyFileSync(".npmrc", "npm/.npmrc");
0 commit comments