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.json13
1 files changed, 5 insertions, 8 deletions
diff --git a/package.json b/package.json
index c6ebb05..7779390 100644
--- a/package.json
+++ b/package.json
@@ -28,17 +28,14 @@
"test": "grunt test"
},
"dependencies": {
- "bootlint": "^0.14.1",
- "chalk": "^1.0.0",
- "micromatch": "^2.2.0"
+ "bootlint": "^0.14.2",
+ "chalk": "^1.1.3",
+ "micromatch": "^2.3.11"
},
"devDependencies": {
- "grunt": "^0.4.5",
+ "grunt": "^1.0.1",
"grunt-contrib-clean": "^1.0.0",
- "grunt-contrib-jshint": "^1.0.0",
+ "grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-nodeunit": "^1.0.0"
- },
- "peerDependencies": {
- "grunt": ">=0.4.5"
}
}