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@users.sourceforge.net>2014-03-13 08:42:20 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2014-03-13 08:51:39 +0400
commitca714de23e111435ffb1bda67fa7fa6dc9cc67b8 (patch)
treefa33a4cd12a58ed8aa784cab6e0960918e8f82e4
parent801fd314033af9a29280bb43cacd9c5cb78ad103 (diff)
Update dependencies and sort them by name.
-rw-r--r--package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json
index 3184a9a..8a7c5fe 100644
--- a/package.json
+++ b/package.json
@@ -28,10 +28,10 @@
"css-flip": "~0.3.0"
},
"devDependencies": {
- "grunt-contrib-jshint": "~0.8.0",
- "grunt-contrib-clean": "~0.5.0",
- "grunt-contrib-nodeunit": "~0.3.2",
"grunt": "~0.4.3",
+ "grunt-contrib-clean": "~0.5.0",
+ "grunt-contrib-jshint": "~0.9.2",
+ "grunt-contrib-nodeunit": "~0.3.3",
"grunt-jscs-checker": "~0.4.0",
"load-grunt-tasks": "~0.4.0"
},