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>2015-03-16 22:38:58 +0300
committerZac Echola <zac.echola@so.mnscu.edu>2015-03-16 22:38:58 +0300
commitb0f5f0fbfa04ff87169b9cc16810eae39888ba80 (patch)
treeac2b8dcc73d7780424df5ebf099c020b37f5545f /package.json
parent5481b5f1c126b7dcdc08b8a43147d53775ae191a (diff)
updates 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 84e1e96..35868d1 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.8.0",
+ "version": "0.9.0",
"homepage": "https://github.com/twbs/grunt-bootlint",
"author": "Zac Echola <zac.echola@gmail.com>",
"repository": {
@@ -33,7 +33,7 @@
"test": "grunt test"
},
"dependencies": {
- "bootlint": "^0.11.0",
+ "bootlint": "^0.12.0",
"chalk": "^1.0.0"
},
"devDependencies": {