Build: Don't use ESLint 3.x

Since it is not supported by older node versions :/
This commit is contained in:
Oleg Gaidarenko 2016-07-09 02:05:15 +03:00
parent 522f546d96
commit 02c5e2908c

View File

@ -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",