UNPKG

patch-pulse

Version:

Check for outdated npm dependencies

9 lines 305 B
import chalk from 'chalk'; /** * Displays the "Made with love" message */ export function displayMadeWithLove() { console.log(chalk.gray('─'.repeat(40))); console.log(`${chalk.gray('Made with ❤️ by ')}${chalk.underline('Barry Michael Doyle')}`); } //# sourceMappingURL=madeWithLove.js.map