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:
authorHeinrich Fenkart <hnrch02@gmail.com>2015-02-27 00:30:10 +0300
committerHeinrich Fenkart <hnrch02@gmail.com>2015-02-27 00:30:10 +0300
commitddf7f9cf76b994d1ed3ecc62ffd79d256e071098 (patch)
treecb5b66c8a740fd39597ed07c74ce008653ceec45
parent37b61a71fd5219d0b7006e61d55cf7d44e7c8cbe (diff)
parentf8240ca9f0313e8c80852d2804af4c9500c32864 (diff)
Merge pull request #50 from twbs/update-to-11
Update to use Bootlint 0.11.0
-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",