From 55614f1675c33fb8b8cd3f76eccd0d4207abaa93 Mon Sep 17 00:00:00 2001 From: Dylan Greene Date: Fri, 6 May 2016 09:56:43 -0400 Subject: [PATCH] bump bash-color to version that has a license Version currently being used does not have a license making it difficult for companies to use. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 931d664b3..74558c77d 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "main": "lib/index.js", "browser": "./lib/browser.js", "dependencies": { - "bash-color": "0.0.3", + "bash-color": "0.0.4", "cheerio": "0.20.0", "chokidar": "1.4.3", "cp": "0.2.0",