Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/grunt-bootlint.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2015-11-16 18:21:25 +0300
committerXhmikosR <xhmikosr@gmail.com>2015-11-17 19:57:46 +0300
commit4106ea8c88cb3f7841adddcc339856b6ed5cdbd4 (patch)
tree6311a8d018a4cee00afb3b35fa03de1abfc972bb /package.json
parentadded7c9c9ec02535689691eb1bd3bb3fb3f1ba0 (diff)
Bump grunt-contrib-clean to v0.7.0.
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 037138c..ab7d25d 100644
--- a/package.json
+++ b/package.json
@@ -34,7 +34,7 @@
},
"devDependencies": {
"grunt": "~0.4.5",
- "grunt-contrib-clean": "^0.6.0",
+ "grunt-contrib-clean": "^0.7.0",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-nodeunit": "^0.4.1"
},