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 <code@rebertia.com>2014-03-13 03:35:58 +0400
committerChris Rebert <code@rebertia.com>2014-03-13 03:36:08 +0400
commitd29ab83441ae0ff0074be8b68751d3b7bc4303d3 (patch)
tree93b6c914181cd1dd4482f224e23ced63d86f234c
parent0b7f777272e770cfe838ae29c021cbf02b0aac96 (diff)
bump Grunt to v0.4.3; fixes #4
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 8423943..fc2dd0f 100644
--- a/package.json
+++ b/package.json
@@ -31,12 +31,12 @@
"grunt-contrib-jshint": "~0.8.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-nodeunit": "~0.3.2",
- "grunt": "~0.4.2",
+ "grunt": "~0.4.3",
"grunt-jscs-checker": "~0.4.0",
"load-grunt-tasks": "~0.4.0"
},
"peerDependencies": {
- "grunt": "~0.4.2"
+ "grunt": "~0.4.3"
},
"engines": {
"node": ">= 0.10.0"