Skip to content

Commit

Permalink
Add 1.1.3 messages.
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaday committed Sep 13, 2016
1 parent bb5383a commit 77fbe90
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
3 changes: 2 additions & 1 deletion messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
14 changes: 14 additions & 0 deletions messages/1.1.3.txt
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 77fbe90

Please sign in to comment.