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-07-10 03:08:10 +0300
committerXhmikosR <xhmikosr@gmail.com>2018-07-10 04:05:36 +0300
commit704842517d7ab9a7ee7eb0336f181c8936b93951 (patch)
treec033148dc213de12a4fc82d967bc4ee61dd8f917 /package.json
parent8c8fe2791d0caaccdc2832dc988dbd0d3b0b7b07 (diff)
Update dependencies.
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json
index 271bac4..03e785e 100644
--- a/package.json
+++ b/package.json
@@ -29,13 +29,13 @@
},
"dependencies": {
"bootlint": "^0.14.2",
- "chalk": "^2.3.2",
+ "chalk": "^2.4.1",
"micromatch": "^3.1.10"
},
"devDependencies": {
- "grunt": "^1.0.2",
+ "grunt": "^1.0.3",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-jshint": "^1.1.0",
- "grunt-contrib-nodeunit": "^1.0.0"
+ "grunt-contrib-nodeunit": "^2.0.0"
}
}