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:
authorXhmikosR <xhmikosr@gmail.com>2015-11-16 18:21:12 +0300
committerXhmikosR <xhmikosr@gmail.com>2015-11-17 19:57:46 +0300
commitadded7c9c9ec02535689691eb1bd3bb3fb3f1ba0 (patch)
treeac410097ee7020bf0ed1ad24436896ca26416ba8
parent2858a99892b24024ea3719047ff97c031bfdd024 (diff)
Bump Bootlint to v0.14.1.
Fixes #59.
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 3a8aab1..037138c 100644
--- a/package.json
+++ b/package.json
@@ -28,7 +28,7 @@
"test": "grunt test"
},
"dependencies": {
- "bootlint": "^0.12.0",
+ "bootlint": "^0.14.1",
"chalk": "^1.0.0",
"micromatch": "^2.2.0"
},