From b6d0cf4971f688c07706dbcfdd8ba78699bd2abc Mon Sep 17 00:00:00 2001 From: Mark Maday Date: Sat, 23 Nov 2019 18:22:56 -0800 Subject: [PATCH] 2.0.1 release. --- README.md | 4 ++-- messages.json | 3 ++- messages/2.0.1.txt | 6 ++++++ 3 files changed, 10 insertions(+), 3 deletions(-) create mode 100644 messages/2.0.1.txt diff --git a/README.md b/README.md index d980dd0..941c5ed 100644 --- a/README.md +++ b/README.md @@ -37,14 +37,14 @@ This linter plugin for [SublimeLinter][docs] provides an interface to [htmlhint](http://htmlhint.com/). It will be used with files that have the “HTML” syntax. ## Install -SublimeLinter 3 must be installed in order to use this plugin. If SublimeLinter 3 is not installed, please follow the instructions [here][install]. +SublimeLinter 3 must be installed in order to use this plugin. If SublimeLinter 3 is not installed, please follow the instructions [here](http://www.sublimelinter.com/en/stable/installation.html). ### Linter installation Before using this plugin, you must ensure that `htmlhint` is installed on your system. To install `htmlhint`, do the following: 1. Install [Node.js](http://nodejs.org) (and [npm](https://github.com/joyent/node/wiki/Installing-Node.js-via-package-manager) on Linux). -1. Install the latest `htmlhint` globally by typing the following in a terminal: +2. Install the latest `htmlhint` globally by typing the following in a terminal: ``` npm install -g htmlhint@latest ``` diff --git a/messages.json b/messages.json index 296e383..ab91208 100644 --- a/messages.json +++ b/messages.json @@ -6,5 +6,6 @@ "1.1.2": "messages/1.1.2.txt", "1.1.3": "messages/1.1.3.txt", "1.1.4": "messages/1.1.4.txt", - "2.0.0": "messages/2.0.0.txt" + "2.0.0": "messages/2.0.0.txt", + "2.0.1": "messages/2.0.1.txt" } diff --git a/messages/2.0.1.txt b/messages/2.0.1.txt new file mode 100644 index 0000000..2537c5e --- /dev/null +++ b/messages/2.0.1.txt @@ -0,0 +1,6 @@ +SublimeLinter-contrib-htmlhint 2.0.1 +------------------------------------ +This is a housekeeping release to get fully up to SublimeLinter 4.0 standards. Thanks to kaste. + + +Please refer to https://github.com/mmaday/SublimeLinter-contrib-htmlhint for complete installation instructions.