Build: Upgrade ESLint to 3.x again

ESLint is now skipped in Node older than 4.x so we're safe.

Refs gh-3222
This commit is contained in:
Michał Gołębiowski 2016-07-11 19:22:48 +02:00
parent 030191ae32
commit 96966c0220

View File

@ -36,7 +36,7 @@
"grunt-compare-size": "0.4.2", "grunt-compare-size": "0.4.2",
"grunt-contrib-uglify": "1.0.1", "grunt-contrib-uglify": "1.0.1",
"grunt-contrib-watch": "1.0.0", "grunt-contrib-watch": "1.0.0",
"grunt-eslint": "18.0.0", "grunt-eslint": "19.0.0",
"grunt-git-authors": "3.2.0", "grunt-git-authors": "3.2.0",
"grunt-jsonlint": "1.0.7", "grunt-jsonlint": "1.0.7",
"grunt-newer": "1.2.0", "grunt-newer": "1.2.0",