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:
authorXhmikosR <xhmikosr@gmail.com>2019-01-10 18:15:47 +0300
committerXhmikosR <xhmikosr@gmail.com>2019-01-10 18:15:47 +0300
commitdf9c0fa487691090d15207c3a5e73b23e686f578 (patch)
tree5fa151d8b9687a41a653c0f6ff2c8e865dd42119
parentbe04ae6c478e849b32c232fbd3b6a13efc7daeee (diff)
0.12.0v0.12.0
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/package-lock.json b/package-lock.json
index 990f44c..b5b17d8 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "grunt-bootlint",
- "version": "0.11.1",
+ "version": "0.12.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 0f9124c..627395e 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.11.1",
+ "version": "0.12.0",
"homepage": "https://github.com/twbs/grunt-bootlint",
"author": "Zac Echola <zac.echola@gmail.com>",
"repository": {