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:
authorXhmikosR <xhmikosr@gmail.com>2015-02-05 14:05:03 +0300
committerXhmikosR <xhmikosr@gmail.com>2015-02-05 14:12:34 +0300
commitee9dc235d22999156c649409716993c31a3db703 (patch)
tree370de9b0afcfdad114a6cb9a4c06493945f02375
parentdb5e85bacfeb497ecf01fba7cc91eb5e52919762 (diff)
Update devDependencies.
-rw-r--r--package.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/package.json b/package.json
index c2aa410..30f51d9 100644
--- a/package.json
+++ b/package.json
@@ -26,10 +26,10 @@
"grunt": "~0.4.5",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-jshint": "~0.11.0",
- "grunt-contrib-nodeunit": "~0.4.0",
- "grunt-eslint": "^4.0.0",
- "grunt-jscs": "^1.1.0",
- "load-grunt-tasks": "^3.0.0"
+ "grunt-contrib-nodeunit": "~0.4.1",
+ "grunt-eslint": "^5.1.0",
+ "grunt-jscs": "^1.2.0",
+ "load-grunt-tasks": "^3.1.0"
},
"peerDependencies": {
"grunt": "~0.4.3"