aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2015-03-06 00:24:17 +0200
committerChris Rebert <[email protected]>2015-03-15 04:26:35 -0700
commit0ca3fa42e86138c80beff9d2ae97e57ef2a204c8 (patch)
tree2ef861e6c7dc22812aaec9fb8ada7e6ae0a8e347 /package.json
parentf3ae9430f271c0cd8e15942d5c1ded6a0ea181e9 (diff)
downloadbootstrap-0ca3fa42e86138c80beff9d2ae97e57ef2a204c8.tar.xz
bootstrap-0ca3fa42e86138c80beff9d2ae97e57ef2a204c8.zip
Bump devDependencies.
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 e4bf7579c..4d7b3c900 100644
--- a/package.json
+++ b/package.json
@@ -32,7 +32,7 @@
},
"devDependencies": {
"btoa": "~1.1.2",
- "glob": "~4.4.0",
+ "glob": "~5.0.3",
"grunt": "~0.4.5",
"grunt-autoprefixer": "~2.2.0",
"grunt-banner": "~0.3.1",
@@ -51,13 +51,13 @@
"grunt-contrib-watch": "~0.6.1",
"grunt-csscomb": "~3.0.0",
"grunt-exec": "~0.4.6",
- "grunt-html": "~3.0.0",
+ "grunt-html": "~4.0.1",
"grunt-jekyll": "~0.4.2",
"grunt-jscs": "~1.5.0",
"grunt-saucelabs": "~8.6.0",
"grunt-sed": "~0.1.1",
"load-grunt-tasks": "~3.1.0",
- "markdown-it": "^3.0.7",
+ "markdown-it": "^4.0.1",
"npm-shrinkwrap": "^200.1.0",
"time-grunt": "^1.1.0"
},