Skip to content

Commit ec33c9d

Browse files
committed
doc last PR
1 parent d55b7bf commit ec33c9d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ JSHint can be configured by .jshintrc file located in the project root. See
1010

1111
Issues/Updates
1212
=====
13+
[5/20/2014] Fix by cgcgbcbc - update JSHint to 2.5.1
14+
1315
[5/15/2014] Fix by busykai - issue 49.
1416

1517
[5/9/2014] Yet another mod by busykai, this one is pretty big. It will now do 'proper' .jshintrc lookup - starting from current folder all the way up. Details at this PR: https://github.com/cfjedimaster/brackets-jshint/pull/48

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"title": "JSHint",
44
"description": "Adds JSHint support to Brackets.",
55
"homepage": "https://github.com/cfjedimaster/brackets-jshint",
6-
"version": "2.2.1",
6+
"version": "2.2.2",
77
"keywords":["lint","linting","linter"],
88
"categories":"linting",
99
"author": "Raymond Camden <[email protected]> (http://www.raymondcamden.com)",

0 commit comments

Comments
 (0)