Skip to content

Commit

Permalink
update the postinstall message
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Sep 10, 2019
1 parent acc4793 commit a13dc99
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions postinstall.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit a13dc99

Please sign in to comment.