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 23:16:28 +0300
committerZac Echola <zac.echola@so.mnscu.edu>2015-03-16 23:16:28 +0300
commitd3c04355028d71e369e7cda51cae5b03d7e57d7f (patch)
treeac2b8dcc73d7780424df5ebf099c020b37f5545f
parent5481b5f1c126b7dcdc08b8a43147d53775ae191a (diff)
parentb0f5f0fbfa04ff87169b9cc16810eae39888ba80 (diff)
Merge pull request #52 from twbs/bump_to_12v0.9.0
Updates dependencies
-rw-r--r--README.md2
-rw-r--r--package.json4
2 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index 6bf7da1..a3156bc 100644
--- a/README.md
+++ b/README.md
@@ -97,6 +97,7 @@ In lieu of a formal styleguide, take care to maintain the existing coding style.
## Release History
+- 2015-3-16 - v0.9.0: Updates Bootlint to v0.12.0
- 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
@@ -113,3 +114,4 @@ In lieu of a formal styleguide, take care to maintain the existing coding style.
## License and copyright
Code released under [the MIT license](https://github.com/twbs/grunt-bootlint/blob/master/LICENSE-MIT).
+
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": {