Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/main/java/com/cj/jshintmojo/Mojo.java
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public class Mojo extends AbstractMojo {
/**
* @parameter property="jshint.version"
*/
private String version = "2.5.6";
private String version = "2.6.3";

/**
* @parameter
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
public class EmbeddedJshintCode {
public static final Map <String, String> EMBEDDED_VERSIONS =
Collections.unmodifiableMap (new HashMap <String, String> () {{
put ("2.6.3", "jshint-rhino-2.6.3.js");
put ("2.5.6", "jshint-rhino-2.5.6.js");
put ("2.4.3", "jshint-rhino-2.4.3.js");
put ("2.4.1", "jshint-rhino-2.4.1.js");
Expand Down
12,441 changes: 12,441 additions & 0 deletions src/main/resources/com/cj/jshintmojo/jshint/jshint-2.6.3.js

Large diffs are not rendered by default.

12,558 changes: 12,558 additions & 0 deletions src/main/resources/com/cj/jshintmojo/jshint/jshint-rhino-2.6.3.js

Large diffs are not rendered by default.