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-05-22 10:36:26 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2014-05-22 10:43:52 +0400
commitc5130a2d391fca9d822b7ba4960e26f1485caf6b (patch)
tree0205fca5140476ab92a8023096802635a1ec1697
parent612a6ac06103fb289cdfff91c9adc219fb1331b0 (diff)
Bump dependencies.
-rw-r--r--package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json
index 908d2af..804a897 100644
--- a/package.json
+++ b/package.json
@@ -20,14 +20,14 @@
"test": "grunt test"
},
"dependencies": {
- "css-flip": "~0.3.0"
+ "css-flip": "~0.4.0"
},
"devDependencies": {
"grunt": "~0.4.3",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-jshint": "~0.10.0",
- "grunt-contrib-nodeunit": "~0.3.3",
- "grunt-jscs-checker": "~0.4.2",
+ "grunt-contrib-nodeunit": "~0.4.0",
+ "grunt-jscs-checker": "~0.4.4",
"load-grunt-tasks": "~0.4.0"
},
"peerDependencies": {