From 4a119b8c61527c59bdcd3785e61fb827ef5b3bdf Mon Sep 17 00:00:00 2001 From: Amit Gupta Date: Tue, 18 Sep 2018 05:18:54 +0530 Subject: [PATCH] remove unnecessary dependency in postinstall task --- tasks/postinstall.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tasks/postinstall.js b/tasks/postinstall.js index 29427998..063034b0 100644 --- a/tasks/postinstall.js +++ b/tasks/postinstall.js @@ -1,10 +1,8 @@ //Display message after instalation -var package = require('../package.json'); - const stars = '\x1B[1m***\x1B[0m'; const yellow = "\033[1;33m"; -const light_green = "\033[1;32m"; +//const light_green = "\033[1;32m"; const light_blue = "\033[1;34m"; const NC="\033[0m"; // No Color