diff options
author | Michał Gołębiowski <m.goleb@gmail.com> | 2016-07-11 19:22:48 +0200 |
---|---|---|
committer | Michał Gołębiowski <m.goleb@gmail.com> | 2016-07-13 10:54:34 +0200 |
commit | 96966c022079e3956018717136367fbf4ed548a2 (patch) | |
tree | c0ee11d3276e1cd4d8d544b3115be969dc684b11 | |
parent | 030191ae32dfcb7ecb2efb61d17a4964a3633e44 (diff) | |
download | jquery-96966c022079e3956018717136367fbf4ed548a2.tar.gz jquery-96966c022079e3956018717136367fbf4ed548a2.zip |
Build: Upgrade ESLint to 3.x again
ESLint is now skipped in Node older than 4.x so we're safe.
Refs gh-3222
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 2443b46c3..6ef29dc0e 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": "18.0.0", + "grunt-eslint": "19.0.0", "grunt-git-authors": "3.2.0", "grunt-jsonlint": "1.0.7", "grunt-newer": "1.2.0", |