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 ffce729 commit d1787bdCopy full SHA for d1787bd
source/util.js
@@ -12,7 +12,7 @@ import Version from './version.js';
12
import * as git from './git-util.js';
13
import * as npm from './npm/util.js';
14
15
-// TODO[terminal-link@>5.0.0]: remove terminal-link wrapper with fallback after https://github.com/sindresorhus/terminal-link/issues/18 is fixed
+// TODO[terminal-link@>=5.0.0]: remove terminal-link wrapper with fallback after https://github.com/sindresorhus/terminal-link/issues/18 is fixed
16
/** @type {(text: string, url: string, options?: import('terminal-link').Options) => string} */
17
const terminalLink = (text, url, options) => createTerminalLink(text, url, {
18
fallback: (text, url) => `${text} ${url}`,
0 commit comments