diff options
author | Dylan Greene <dylang@gmail.com> | 2016-05-06 09:56:43 -0400 |
---|---|---|
committer | Dylan Greene <dylang@gmail.com> | 2016-05-06 09:56:43 -0400 |
commit | 55614f1675c33fb8b8cd3f76eccd0d4207abaa93 (patch) | |
tree | 8ba5b6bde4d61af9fd7646b42e9f6f023b6cb1a0 | |
parent | 4f7421993f89f4960d99545efdd2ee077a79ff86 (diff) | |
download | gitbook-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.json | 2 |
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", |