Skip to content

Commit 5cddf91

Browse files
committed
Upgrade to JSHint 2.5.6
1 parent 3e47e4b commit 5cddf91

File tree

7 files changed

+21822
-24840
lines changed

7 files changed

+21822
-24840
lines changed

bundles/com.eclipsesource.jshint/src/com/eclipsesource/jshint/JSHint.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
* Copyright (c) 2012, 2013 EclipseSource.
2+
* Copyright (c) 2012, 2014 EclipseSource.
33
* All rights reserved. This program and the accompanying materials
44
* are made available under the terms of the Eclipse Public License v1.0
55
* which accompanies this distribution, and is available at
@@ -47,7 +47,7 @@
4747
*/
4848
public class JSHint {
4949

50-
private static final String DEFAULT_JSHINT_VERSION = "2.4.3";
50+
private static final String DEFAULT_JSHINT_VERSION = "2.5.6";
5151
private static final int DEFAULT_JSHINT_INDENT = 4;
5252
private ScriptableObject scope;
5353
private Function jshint;

0 commit comments

Comments
 (0)