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 <code@rebertia.com>2015-01-06 04:05:50 +0300
committerChris Rebert <code@rebertia.com>2015-01-06 04:05:50 +0300
commit8d90e3d4d87ded9e8cdaced137876a63f3423182 (patch)
tree6812982eb235e24942d6e2a45611f14b56ab3891 /package.json
parent8c4420698ab43c017b469a954f7483bd77670c48 (diff)
bump grunt-eslint to ^3.0.0
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 8eb5de4..45e4ed1 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": "^2.1.0",
+ "grunt-eslint": "^3.0.0",
"grunt-jscs": "^1.1.0",
"load-grunt-tasks": "^2.0.0"
},