Skip to content

Commit

Permalink
remove unnecessary dependency in postinstall task
Browse files Browse the repository at this point in the history
  • Loading branch information
amitguptagwl committed Sep 17, 2018
1 parent fb39a7b commit 4a119b8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions 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

Expand Down

0 comments on commit 4a119b8

Please sign in to comment.