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:47:44 +0300
committerZac Echola <zac.echola@so.mnscu.edu>2014-12-24 00:47:44 +0300
commitcf879c3baf6515f778e6d33dd4bb906b1d3e1277 (patch)
tree4a9b9250c31db8de8395be6ab1a8f9a5a69f36e1
parent9d2e4bc7c3bda304f223b0c132b21f8a72bc716d (diff)
parentc785ba54073fac6d48226a3f4541bcfd374ddb71 (diff)
Merge branch 'master' of github.com:zacechola/grunt-bootlintv0.6.0
-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": {