From 571f91f4035c5c38d740bdce315042fc6b4ecbf0 Mon Sep 17 00:00:00 2001 From: Will Ayers Date: Mon, 17 Dec 2012 21:23:01 -0700 Subject: [PATCH] Fixes a problem with Sublime Text 2 on Mac This fixed an issue that was not allowing the build when hitting `cmd` + `j` on Sublime Text 2 for Mac. Related to issue #33 as well as closed issues #12 and #14. --- JSHint.sublime-build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JSHint.sublime-build b/JSHint.sublime-build index bc1948e..4929378 100644 --- a/JSHint.sublime-build +++ b/JSHint.sublime-build @@ -7,7 +7,7 @@ "line_regex": "(\\d+),(\\d+)", "osx": { - "path": "/usr/local/bin:/opt/local/bin" + "path": "/user/local/share/npm/bin:/usr/local/bin:/opt/local/bin" }, "windows": {