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-10-18 06:48:34 +0400
committerZac Echola <zac.echola@gmail.com>2014-10-18 06:48:34 +0400
commit6f083dce6e8b3652d711602205b17831d4dc5013 (patch)
treeaa6530760fb12238c80790732a0f91611df5975f /package.json
parent9dc0bfd3664db962c3ec69f099ca6d04dadfcb38 (diff)
basic support for bootlint 0.5.0
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 5cbcd49..aefdfc6 100644
--- a/package.json
+++ b/package.json
@@ -33,7 +33,7 @@
"test": "grunt test"
},
"dependencies": {
- "bootlint": "^0.2.0"
+ "bootlint": "^0.5.0"
},
"devDependencies": {
"grunt": "~0.4.5",