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:
-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"
},