Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/grunt-bootlint.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Echola <zac.echola@gmail.com>2014-07-26 09:12:47 +0400
committerZac Echola <zac.echola@gmail.com>2014-07-26 09:12:47 +0400
commitc3437edcbceeec4215b9ab40aadbdb19d78ce388 (patch)
tree039e5a73bcda8814f5afea702a21317c430f8be0
parent1020631aa8b58560efdcd9da900372f86617a169 (diff)
terminal colors
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index 236d24d..b62d1c7 100644
--- a/package.json
+++ b/package.json
@@ -39,6 +39,7 @@
"gruntplugin"
],
"dependencies": {
- "bootlint": "^0.1.1"
+ "bootlint": "^0.1.1",
+ "colors": "^0.6.2"
}
}