Skip to content

Commit 69ac776

Browse files
fix: make node-fetch a dependency - fixes #455
1 parent d56789d commit 69ac776

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

package-lock.json

Lines changed: 1 addition & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@
5959
"eslint-plugin-unicorn": "^56.0.0",
6060
"globals": "^15.11.0",
6161
"husky": "^9.1.6",
62-
"node-fetch": "^3.3.2",
6362
"npm-run-all2": "^7.0.1",
6463
"release-it": "^17.10.0",
6564
"ts-node": "^10.9.2",
@@ -76,6 +75,7 @@
7675
"fast-xml-parser": "^4.5.0",
7776
"http-proxy-agent": "^7.0.2",
7877
"https-proxy-agent": "^7.0.5",
78+
"node-fetch": "^3.3.2",
7979
"which": "^5.0.0"
8080
}
8181
}

0 commit comments

Comments
 (0)