aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
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": "$"
}
},