We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb39a7b commit 4a119b8Copy full SHA for 4a119b8
tasks/postinstall.js
@@ -1,10 +1,8 @@
1
//Display message after instalation
2
3
-var package = require('../package.json');
4
-
5
const stars = '\x1B[1m***\x1B[0m';
6
const yellow = "\033[1;33m";
7
-const light_green = "\033[1;32m";
+//const light_green = "\033[1;32m";
8
const light_blue = "\033[1;34m";
9
const NC="\033[0m"; // No Color
10
0 commit comments