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-03-23 22:33:44 +0300
committerChris Rebert <github@rebertia.com>2015-03-23 22:33:44 +0300
commit4337c547662b63636a461ec391c610cde6dcc7bc (patch)
tree68b956a140c7f1142eb46fa4b6be2b581a112012 /package.json
parentff6f40a2d676a87b359cf44919365b73677a21fd (diff)
parentc12f5e51a8e00b6bf0da6a8905d36d5d91de4ebb (diff)
Merge pull request #26 from twbs/bump-eslint
Upgrade to grunt-eslint ^9.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 f5e57f3..ac30e9b 100644
--- a/package.json
+++ b/package.json
@@ -27,7 +27,7 @@
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-nodeunit": "^0.4.1",
- "grunt-eslint": "^7.0.0",
+ "grunt-eslint": "^9.0.0",
"grunt-jscs": "^1.5.0",
"load-grunt-tasks": "^3.1.0"
},