diff --git a/messages.json b/messages.json index fd6d85f..195aae8 100644 --- a/messages.json +++ b/messages.json @@ -3,5 +3,6 @@ "1.0.1": "messages/1.0.1.txt", "1.1.0": "messages/1.1.0.txt", "1.1.1": "messages/1.1.1.txt", - "1.1.2": "messages/1.1.2.txt" + "1.1.2": "messages/1.1.2.txt", + "1.1.3": "messages/1.1.3.txt" } diff --git a/messages/1.1.3.txt b/messages/1.1.3.txt new file mode 100644 index 0000000..5558a13 --- /dev/null +++ b/messages/1.1.3.txt @@ -0,0 +1,14 @@ +SublimeLinter-contrib-htmlhint 1.1.3 +------------------------------------ +This plugin now supports local node package installations of htmlhint. Thanks to TomasDuda! + +*** NOTE: htmlhint version 0.9.13 and greater is now required. *** + +Upgrade your existing global htmlhint to the latest by running: + npm install -g htmlhint@latest + +Or locally in your project folder (**you must have package.json file there**): + npm init -f + npm install htmlhint@latest + +Please refer to https://github.com/mmaday/SublimeLinter-contrib-htmlhint for complete installation instructions. \ No newline at end of file