Skip to content

Commit

Permalink
deps: use forked license-checker with fixed dependencies (#7)
Browse files Browse the repository at this point in the history
* deps: use forked license-checker with dependency fixes
  • Loading branch information
legobeat authored Feb 8, 2024
1 parent ee27b91 commit 167854c
Show file tree
Hide file tree
Showing 3 changed files with 244 additions and 235 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ if (yargs.argv.help) {
}

// dependencies
const npmChecker = require('license-checker');
const npmChecker = require('@metamask/license-checker');
const path = require('path');
const jetpack = require('fs-jetpack');
const os = require('os');
Expand Down
Loading

0 comments on commit 167854c

Please sign in to comment.