Skip to content

Commit c72766d

Browse files
authored
Merge pull request #18 from htmlhint/task/release_201
2.0.1 release.
2 parents 62ef89b + b6d0cf4 commit c72766d

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@
3737
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.
3838

3939
## Install
40-
SublimeLinter 3 must be installed in order to use this plugin. If SublimeLinter 3 is not installed, please follow the instructions [here][install].
40+
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).
4141

4242
### Linter installation
4343
Before using this plugin, you must ensure that `htmlhint` is installed on your system. To install `htmlhint`, do the following:
4444

4545
1. Install [Node.js](http://nodejs.org) (and [npm](https://github.com/joyent/node/wiki/Installing-Node.js-via-package-manager) on Linux).
4646

47-
1. Install the latest `htmlhint` globally by typing the following in a terminal:
47+
2. Install the latest `htmlhint` globally by typing the following in a terminal:
4848
```
4949
npm install -g htmlhint@latest
5050
```

messages.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@
66
"1.1.2": "messages/1.1.2.txt",
77
"1.1.3": "messages/1.1.3.txt",
88
"1.1.4": "messages/1.1.4.txt",
9-
"2.0.0": "messages/2.0.0.txt"
9+
"2.0.0": "messages/2.0.0.txt",
10+
"2.0.1": "messages/2.0.1.txt"
1011
}

messages/2.0.1.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
SublimeLinter-contrib-htmlhint 2.0.1
2+
------------------------------------
3+
This is a housekeeping release to get fully up to SublimeLinter 4.0 standards. Thanks to kaste.
4+
5+
6+
Please refer to https://github.com/mmaday/SublimeLinter-contrib-htmlhint for complete installation instructions.

0 commit comments

Comments
 (0)