Skip to content

Commit

Permalink
build: remove node-fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpeterparker committed Jul 10, 2024
1 parent 6ee8213 commit 909a608
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 93 deletions.
91 changes: 0 additions & 91 deletions js-library/package-lock.json

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

1 change: 0 additions & 1 deletion js-library/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-promise": "^6.1.1",
"node-fetch": "^3.3.2",
"prettier": "^3.2.5",
"prettier-plugin-organize-imports": "^3.2.4",
"typescript": "^5.4.5",
Expand Down
1 change: 0 additions & 1 deletion js-library/scripts/update-version.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { existsSync, readFileSync, writeFileSync } from "fs";
import fetch from "node-fetch";
import { join } from "path";

// The suffix we use to publish to npm wip version of the libs
Expand Down

0 comments on commit 909a608

Please sign in to comment.