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-11-11 15:37:57 +0300
committerXhmikosR <xhmikosr@gmail.com>2019-11-11 15:37:57 +0300
commit62735575fa03bd3fb0343c5a7d27ff26064ac385 (patch)
tree32987efa1eb3706a3e9d5301232f5912aed4a178
parentc90cd5d24ef6af85743fb07b64333428f3c17b54 (diff)
1.0.0v1.0.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 5c6a887..6bd9383 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "grunt-bootlint",
- "version": "0.12.4",
+ "version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index d15902f..3e90fd4 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.4",
+ "version": "1.0.0",
"homepage": "https://github.com/twbs/grunt-bootlint",
"author": "Zac Echola <zac.echola@gmail.com>",
"repository": {