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-02-15 11:51:46 +0300
committerXhmikosR <xhmikosr@gmail.com>2019-02-15 11:51:46 +0300
commit63577b28875f96ccf0509cb204ad99760c29de25 (patch)
tree589a190e2a60f42d28fd66788c8356a5dd52b886
parent50e17a9ebce0104fafff22a3c9358eba8a03eb81 (diff)
0.12.1v0.12.1
-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 4f53fcc..15eda16 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "grunt-bootlint",
- "version": "0.12.0",
+ "version": "0.12.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 99edfaf..a59872f 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.12.0",
+ "version": "0.12.1",
"homepage": "https://github.com/twbs/grunt-bootlint",
"author": "Zac Echola <zac.echola@gmail.com>",
"repository": {