Skip to content

Commit d189cb9

Browse files
committed
Removes node-fetch import
1 parent 1e632e3 commit d189cb9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/generateLicenses.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
/* eslint-disable @typescript-eslint/no-var-requires */
33
import * as fs from 'fs';
44
import * as path from 'path';
5-
import fetch from 'node-fetch';
65
import * as checker from 'license-checker-rseidelsohn';
76

87
/** @typedef { { licenses: string; repository: string; licenseFile: string } } PackageInfo **/

0 commit comments

Comments
 (0)