From a13dc999ab53acf4e86885d78c6dd68322964d63 Mon Sep 17 00:00:00 2001 From: Denis Pushkarev Date: Tue, 10 Sep 2019 21:54:40 +0700 Subject: [PATCH] update the `postinstall` message --- postinstall.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/postinstall.js b/postinstall.js index 4b7481c1413b..d13423937ca2 100644 --- a/postinstall.js +++ b/postinstall.js @@ -11,10 +11,10 @@ var DISABLE_OPENCOLLECTIVE = is(env.DISABLE_OPENCOLLECTIVE); var SILENT = ['silent', 'error', 'warn'].indexOf(env.npm_config_loglevel) !== -1; var MINUTE = 60 * 1000; -var BANNER = '\u001B[96mThank you for using core-js (\u001B[94m https://github.com/zloirock/core-js \u001B[96m) for polyfilling JavaScript standard library!\u001B[0m\n' + - '\u001B[96mThe project needs your help! Please consider supporting of core-js on Open Collective or Patreon: \u001B[0m' + - '\u001B[96m>\u001B[94m https://opencollective.com/core-js \u001B[0m' + - '\u001B[96m>\u001B[94m https://www.patreon.com/zloirock \u001B[0m\n' + +var BANNER = '\u001B[96mThank you for using core-js (\u001B[94m https://github.com/zloirock/core-js \u001B[96m) for polyfilling JavaScript standard library!\u001B[0m\n\n' + + '\u001B[96mThe project needs your help! Please consider supporting of core-js on Open Collective or Patreon: \u001B[0m\n' + + '\u001B[96m>\u001B[94m https://opencollective.com/core-js \u001B[0m\n' + + '\u001B[96m>\u001B[94m https://www.patreon.com/zloirock \u001B[0m\n\n' + '\u001B[96mAlso, the author of core-js (\u001B[94m https://github.com/zloirock \u001B[96m) is looking for a good job -)\u001B[0m\n'; function is(it) {