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:
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 22effda..29a78fa 100644
--- a/package.json
+++ b/package.json
@@ -28,13 +28,13 @@
"test": "grunt test"
},
"dependencies": {
- "bootlint": "^0.14.2",
+ "bootlint": "^0.15.1",
"chalk": "^2.4.1",
"micromatch": "^3.1.10"
},
"devDependencies": {
"grunt": "^1.0.3",
- "grunt-contrib-clean": "^1.1.0",
+ "grunt-contrib-clean": "^2.0.0",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-nodeunit": "^2.0.0"
}