aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2015-10-14 00:49:05 +0300
committerXhmikosR <[email protected]>2015-10-14 00:49:05 +0300
commitfe0ad8215982bb5dad794f4e954dfa36550d787e (patch)
treeed9cb6ccbe31544aac4b4f341b1abd5206f2ee42 /package.json
parent7e418d1bba46be5d2902452e1d1eba601804b5d0 (diff)
downloadbootstrap-fe0ad8215982bb5dad794f4e954dfa36550d787e.tar.xz
bootstrap-fe0ad8215982bb5dad794f4e954dfa36550d787e.zip
Update devDependencies.
Diffstat (limited to 'package.json')
-rw-r--r--package.json12
1 files changed, 8 insertions, 4 deletions
diff --git a/package.json b/package.json
index 17cb245da..0e4d297c3 100644
--- a/package.json
+++ b/package.json
@@ -60,8 +60,8 @@
"grunt-stamp": "^0.1.0",
"is-travis": "^1.0.0",
"load-grunt-tasks": "~3.3.0",
- "markdown-it": "^4.4.0",
- "mq4-hover-shim": "^0.2.0",
+ "markdown-it": "^5.0.0",
+ "mq4-hover-shim": "^0.3.0",
"npm-shrinkwrap": "^200.1.0",
"time-grunt": "^1.2.1"
},
@@ -79,13 +79,17 @@
],
"jspm": {
"main": "js/bootstrap",
- "ignore": ["dist/js/npm"],
+ "ignore": [
+ "dist/js/npm"
+ ],
"directories": {
"lib": "dist"
},
"shim": {
"js/bootstrap": {
- "deps": ["jquery"],
+ "deps": [
+ "jquery"
+ ],
"exports": "$"
}
},