diff options
author | Oleg Gaidarenko <markelog@gmail.com> | 2016-07-09 02:05:15 +0300 |
---|---|---|
committer | Oleg Gaidarenko <markelog@gmail.com> | 2016-07-09 02:05:15 +0300 |
commit | 02c5e2908c2d99f191f5ec9e365ef2a3d357d1eb (patch) | |
tree | f3b33f82265e9af4235e7997a5204212e6803d6e /package.json | |
parent | 522f546d9607022a312cc30f8699c5282469f9a1 (diff) | |
download | jquery-02c5e2908c2d99f191f5ec9e365ef2a3d357d1eb.tar.gz jquery-02c5e2908c2d99f191f5ec9e365ef2a3d357d1eb.zip |
Build: Don't use ESLint 3.x
Since it is not supported by older node versions :/
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 6ef29dc0e..2443b46c3 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "grunt-compare-size": "0.4.2", "grunt-contrib-uglify": "1.0.1", "grunt-contrib-watch": "1.0.0", - "grunt-eslint": "19.0.0", + "grunt-eslint": "18.0.0", "grunt-git-authors": "3.2.0", "grunt-jsonlint": "1.0.7", "grunt-newer": "1.2.0", |