Browse Source

Removes node-fetch import

main
Eric Amodio 1 year ago
parent
commit
d189cb9c2c
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      scripts/generateLicenses.mjs

+ 0
- 1
scripts/generateLicenses.mjs View File

@ -2,7 +2,6 @@
/* eslint-disable @typescript-eslint/no-var-requires */
import * as fs from 'fs';
import * as path from 'path';
import fetch from 'node-fetch';
import * as checker from 'license-checker-rseidelsohn';
/** @typedef { { licenses: string; repository: string; licenseFile: string } } PackageInfo **/

Loading…
Cancel
Save