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-01-26 17:51:28 +0300
committerZac Echola <zac.echola@so.mnscu.edu>2015-01-26 17:51:28 +0300
commitdc8449471b3c073b23b247f52c2edd798854e2fb (patch)
tree1d7bb96eae42961628b182756a05e6f56a82b39a
parentaa03aaccaf93e84fa9b17ca0202071ca72badca9 (diff)
parent79fe1822a4f3299e3aabb5cab8d3ce4f4e904494 (diff)
Merge pull request #45 from zacechola/bump-to-10v0.7.0
bump to 0.10.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 585597f..430c4d6 100644
--- a/README.md
+++ b/README.md
@@ -151,6 +151,7 @@ In lieu of a formal styleguide, take care to maintain the existing coding style.
## Release History
+- 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
- 2014-11-12 - ~~v0.5.2: Fixes issue with `stoponerror` option~~ *This was a bad release. Please upgrade.*
diff --git a/package.json b/package.json
index 6299638..c422a6d 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.6.0",
+ "version": "0.7.0",
"homepage": "https://github.com/zacechola/grunt-bootlint",
"author": "Zac Echola <zac.echola@gmail.com>",
"repository": {
@@ -33,13 +33,13 @@
"test": "grunt test"
},
"dependencies": {
- "bootlint": "^0.9.1",
+ "bootlint": "^0.10.0",
"chalk": "^0.5.1"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-clean": "^0.6.0",
- "grunt-contrib-jshint": "^0.10.0",
+ "grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-nodeunit": "^0.4.1"
},
"peerDependencies": {