Skip to content

Commit

Permalink
Silences unused optional dependencies warning
Browse files Browse the repository at this point in the history
  • Loading branch information
arcanis committed Oct 16, 2021
1 parent 42682fa commit 1f10d32
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/package-compatibility.js
Expand Up @@ -118,7 +118,6 @@ export function checkOne(info: Manifest, config: Config, ignoreEngines: boolean)

reporter.info(`${human}: ${msg}`);
if (!didIgnore) {
reporter.info(reporter.lang('optionalCompatibilityExcluded', human));
didIgnore = true;
}
} else {
Expand Down

0 comments on commit 1f10d32

Please sign in to comment.