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-09-26 05:53:41 +0400
committerZac Echola <zac.echola@gmail.com>2014-09-26 05:53:41 +0400
commit4d4c31c16e0ca3384654edab84e2eb68faf54e07 (patch)
treef6f4b239391df6bedf23acc226acbfa82b808dfc /package.json
parent0ce0964a1a87e135b229a64939c345ad0295adcf (diff)
fix #7
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/package.json b/package.json
index fca3ac6..8d2deb8 100644
--- a/package.json
+++ b/package.json
@@ -33,8 +33,7 @@
"test": "grunt test"
},
"dependencies": {
- "bootlint": "^0.2.0",
- "colors": "^0.6.2"
+ "bootlint": "^0.2.0"
},
"devDependencies": {
"grunt": "~0.4.5",