npm-upgrade
Version:
Interactive CLI utility to easily update outdated NPM dependencies
10 lines (9 loc) • 335 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.success = exports.strong = exports.attention = void 0;
var _chalk = require("chalk");
const strong = exports.strong = _chalk.white.bold;
const success = exports.success = _chalk.green.bold;
const attention = exports.attention = _chalk.yellow.bold;