summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDylan Greene <dylang@gmail.com>2016-05-06 09:56:43 -0400
committerDylan Greene <dylang@gmail.com>2016-05-06 09:56:43 -0400
commit55614f1675c33fb8b8cd3f76eccd0d4207abaa93 (patch)
tree8ba5b6bde4d61af9fd7646b42e9f6f023b6cb1a0
parent4f7421993f89f4960d99545efdd2ee077a79ff86 (diff)
downloadgitbook-55614f1675c33fb8b8cd3f76eccd0d4207abaa93.zip
gitbook-55614f1675c33fb8b8cd3f76eccd0d4207abaa93.tar.gz
gitbook-55614f1675c33fb8b8cd3f76eccd0d4207abaa93.tar.bz2
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.
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 931d664..74558c7 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",