Skip to content

Commit 4a119b8

Browse files
committed
remove unnecessary dependency in postinstall task
1 parent fb39a7b commit 4a119b8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tasks/postinstall.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
//Display message after instalation
22

3-
var package = require('../package.json');
4-
53
const stars = '\x1B[1m***\x1B[0m';
64
const yellow = "\033[1;33m";
7-
const light_green = "\033[1;32m";
5+
//const light_green = "\033[1;32m";
86
const light_blue = "\033[1;34m";
97
const NC="\033[0m"; // No Color
108

0 commit comments

Comments
 (0)