We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e632e3 commit d189cb9Copy full SHA for d189cb9
scripts/generateLicenses.mjs
@@ -2,7 +2,6 @@
2
/* eslint-disable @typescript-eslint/no-var-requires */
3
import * as fs from 'fs';
4
import * as path from 'path';
5
-import fetch from 'node-fetch';
6
import * as checker from 'license-checker-rseidelsohn';
7
8
/** @typedef { { licenses: string; repository: string; licenseFile: string } } PackageInfo **/
0 commit comments