Skip to content

Commit

Permalink
Removes node-fetch import
Browse files Browse the repository at this point in the history
  • Loading branch information
eamodio committed Nov 27, 2023
1 parent 1e632e3 commit d189cb9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/generateLicenses.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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 **/
Expand Down

0 comments on commit d189cb9

Please sign in to comment.