Skip to content

Commit d1787bd

Browse files
committed
>=
1 parent ffce729 commit d1787bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/util.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import Version from './version.js';
1212
import * as git from './git-util.js';
1313
import * as npm from './npm/util.js';
1414

15-
// TODO[terminal-link@>5.0.0]: remove terminal-link wrapper with fallback after https://github.com/sindresorhus/terminal-link/issues/18 is fixed
15+
// TODO[terminal-link@>=5.0.0]: remove terminal-link wrapper with fallback after https://github.com/sindresorhus/terminal-link/issues/18 is fixed
1616
/** @type {(text: string, url: string, options?: import('terminal-link').Options) => string} */
1717
const terminalLink = (text, url, options) => createTerminalLink(text, url, {
1818
fallback: (text, url) => `${text} ${url}`,

0 commit comments

Comments
 (0)