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>2018-04-06 03:07:50 +0300
committerXhmikosR <xhmikosr@gmail.com>2018-04-06 03:08:43 +0300
commite72a365a9249033b42c5b64200c9560558e26d2e (patch)
tree0da7944fee413c40f6dd8ab6d20b6b95b4a9b6c4 /package.json
parentca69187269d01fe3a19d3444aa1af259fe908389 (diff)
Update deps and drop node.js 0.10 support.
Diffstat (limited to 'package.json')
-rw-r--r--package.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json
index 8f1e033..271bac4 100644
--- a/package.json
+++ b/package.json
@@ -18,7 +18,7 @@
"lint"
],
"engines": {
- "node": ">= 0.10.0"
+ "node": ">=4"
},
"files": [
"tasks",
@@ -29,12 +29,12 @@
},
"dependencies": {
"bootlint": "^0.14.2",
- "chalk": "^1.1.3",
- "micromatch": "^2.3.11"
+ "chalk": "^2.3.2",
+ "micromatch": "^3.1.10"
},
"devDependencies": {
- "grunt": "^1.0.1",
- "grunt-contrib-clean": "^1.0.0",
+ "grunt": "^1.0.2",
+ "grunt-contrib-clean": "^1.1.0",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-nodeunit": "^1.0.0"
}