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>2014-11-03 22:45:30 +0300
committerZac Echola <zac.echola@so.mnscu.edu>2014-11-03 22:46:10 +0300
commit037e6bd489ffe68598c9d8dda5296fb82219d83d (patch)
tree061787539a16cae3b0717a565d0725a40a677a07 /package.json
parent0617f68320f2c7c7edb7ad7b8907263b2da33188 (diff)
bump version
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 536dd6a..1a89caf 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.3.0",
+ "version": "0.4.0",
"homepage": "https://github.com/zacechola/grunt-bootlint",
"author": "Zac Echola <zac.echola@gmail.com>",
"repository": {
@@ -33,7 +33,7 @@
"test": "grunt test"
},
"dependencies": {
- "bootlint": "^0.5.0",
+ "bootlint": "^0.7.0",
"chalk": "^0.5.1"
},
"devDependencies": {