Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/grunt-css-flip.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <github@rebertia.com>2015-01-19 06:28:45 +0300
committerChris Rebert <github@rebertia.com>2015-01-19 06:28:45 +0300
commit6bb1db92213eec1dfe933e014880a6a1bb7e25a5 (patch)
treeb174d241bb7d7a76ebcfe4d3a43812c4517d30ca
parent6dc7546be220d715b4bbf2f548159d29f012f575 (diff)
bump grunt-eslint to ^4.0.0
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 45e4ed1..93f030a 100644
--- a/package.json
+++ b/package.json
@@ -27,7 +27,7 @@
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-nodeunit": "~0.4.0",
- "grunt-eslint": "^3.0.0",
+ "grunt-eslint": "^4.0.0",
"grunt-jscs": "^1.1.0",
"load-grunt-tasks": "^2.0.0"
},