Skip to content

Commit 1f10d32

Browse files
committed
Silences unused optional dependencies warning
1 parent 42682fa commit 1f10d32

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/package-compatibility.js

-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ export function checkOne(info: Manifest, config: Config, ignoreEngines: boolean)
118118

119119
reporter.info(`${human}: ${msg}`);
120120
if (!didIgnore) {
121-
reporter.info(reporter.lang('optionalCompatibilityExcluded', human));
122121
didIgnore = true;
123122
}
124123
} else {

0 commit comments

Comments
 (0)