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@so.mnscu.edu>2014-12-24 00:43:52 +0300
committerZac Echola <zac.echola@so.mnscu.edu>2014-12-24 00:43:52 +0300
commit108a4c2e3ab99490a650487f11f138170ba7962a (patch)
treeaf26394b51d0f38b6fcd4d56dd11c1a5c697cabe /package.json
parent3322682746008d93ce2d77f32e3075d4cf94bdca (diff)
bump dependencies.
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 69cb08f..6299638 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "grunt-bootlint",
"description": "A Grunt wrapper for Bootlint, the HTML linter for Bootstrap projects",
- "version": "0.5.3",
+ "version": "0.6.0",
"homepage": "https://github.com/zacechola/grunt-bootlint",
"author": "Zac Echola <zac.echola@gmail.com>",
"repository": {
@@ -33,7 +33,7 @@
"test": "grunt test"
},
"dependencies": {
- "bootlint": "^0.8.0",
+ "bootlint": "^0.9.1",
"chalk": "^0.5.1"
},
"devDependencies": {