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:
-rw-r--r--README.md1
-rw-r--r--package.json6
2 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index 36efd6d..7eeda0a 100644
--- a/README.md
+++ b/README.md
@@ -99,6 +99,7 @@ In lieu of a formal styleguide, take care to maintain the existing coding style.
## Release History
+- 2015-2-25 - v0.8.0: Updates Bootlint to v0.11.0
- 2015-1-23 - v0.7.0: Updates Bootlint to v0.10.0
- 2014-12-23 - v0.6.0: Updates Bootlint to v0.9.1
- 2014-11-12 - v0.5.3: Fixes issue with `stoponerror` option
diff --git a/package.json b/package.json
index 9d76d52..84e1e96 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.7.0",
+ "version": "0.8.0",
"homepage": "https://github.com/twbs/grunt-bootlint",
"author": "Zac Echola <zac.echola@gmail.com>",
"repository": {
@@ -33,8 +33,8 @@
"test": "grunt test"
},
"dependencies": {
- "bootlint": "^0.10.0",
- "chalk": "^0.5.1"
+ "bootlint": "^0.11.0",
+ "chalk": "^1.0.0"
},
"devDependencies": {
"grunt": "~0.4.5",