chore: remove node-fetch to use native fetch

This commit is contained in:
Simon Lecoq
2023-08-24 17:48:49 -04:00
parent 485f50249c
commit 67d93c3048
4 changed files with 1 additions and 5 deletions

View File

@@ -2,7 +2,6 @@
import processes from "child_process"
import fs from "fs/promises"
import yaml from "js-yaml"
import fetch from "node-fetch"
import paths from "path"
import sgit from "simple-git"
import url from "url"