Skip to content

Commit a13dc99

Browse files
committedSep 10, 2019
update the postinstall message
1 parent acc4793 commit a13dc99

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎postinstall.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ var DISABLE_OPENCOLLECTIVE = is(env.DISABLE_OPENCOLLECTIVE);
1111
var SILENT = ['silent', 'error', 'warn'].indexOf(env.npm_config_loglevel) !== -1;
1212
var MINUTE = 60 * 1000;
1313

14-
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' +
15-
'\u001B[96mThe project needs your help! Please consider supporting of core-js on Open Collective or Patreon: \u001B[0m' +
16-
'\u001B[96m>\u001B[94m https://opencollective.com/core-js \u001B[0m' +
17-
'\u001B[96m>\u001B[94m https://www.patreon.com/zloirock \u001B[0m\n' +
14+
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' +
15+
'\u001B[96mThe project needs your help! Please consider supporting of core-js on Open Collective or Patreon: \u001B[0m\n' +
16+
'\u001B[96m>\u001B[94m https://opencollective.com/core-js \u001B[0m\n' +
17+
'\u001B[96m>\u001B[94m https://www.patreon.com/zloirock \u001B[0m\n\n' +
1818
'\u001B[96mAlso, the author of core-js (\u001B[94m https://github.com/zloirock \u001B[96m) is looking for a good job -)\u001B[0m\n';
1919

2020
function is(it) {

0 commit comments

Comments
 (0)
Please sign in to comment.