Skip to content

Commit

Permalink
Merge pull request #495 from Tusko/patch-1
Browse files Browse the repository at this point in the history
upd postinstall.js
  • Loading branch information
mde authored Feb 20, 2020
2 parents 27db564 + 89b5ae0 commit 2346fbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postinstall.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ let logLevel = process.env.npm_config_loglevel;
let logLevelDisplay = ['silent', 'error', 'warn'].indexOf(logLevel) > -1;

if (!envDisable && !logLevelDisplay) {
console.log('Thank you for installing \u001b[35mEJS\u001b[0m: built with the \u001b[32mJake\u001b[0m JavaScript build tool (\u001b[32mhttps://jakejs.com/\u001b[0m)\n');
console.log('Thank you for installing \u001b[35mEJS\u001b[0m: built with the \u001b[32mJake\u001b[0m JavaScript build tool (\u001b[32mhttps://jakejs.com/\u001b[0m\)\n');
}


0 comments on commit 2346fbc

Please sign in to comment.