Commit fe0ad821 authored by XhmikosR's avatar XhmikosR
Browse files

Update devDependencies.

parent 7e418d1b
Showing with 1211 additions and 381 deletions
+1211 -381
This diff is collapsed.
...@@ -60,8 +60,8 @@ ...@@ -60,8 +60,8 @@
"grunt-stamp": "^0.1.0", "grunt-stamp": "^0.1.0",
"is-travis": "^1.0.0", "is-travis": "^1.0.0",
"load-grunt-tasks": "~3.3.0", "load-grunt-tasks": "~3.3.0",
"markdown-it": "^4.4.0", "markdown-it": "^5.0.0",
"mq4-hover-shim": "^0.2.0", "mq4-hover-shim": "^0.3.0",
"npm-shrinkwrap": "^200.1.0", "npm-shrinkwrap": "^200.1.0",
"time-grunt": "^1.2.1" "time-grunt": "^1.2.1"
}, },
...@@ -79,13 +79,17 @@ ...@@ -79,13 +79,17 @@
], ],
"jspm": { "jspm": {
"main": "js/bootstrap", "main": "js/bootstrap",
"ignore": ["dist/js/npm"], "ignore": [
"dist/js/npm"
],
"directories": { "directories": {
"lib": "dist" "lib": "dist"
}, },
"shim": { "shim": {
"js/bootstrap": { "js/bootstrap": {
"deps": ["jquery"], "deps": [
"jquery"
],
"exports": "$" "exports": "$"
} }
}, },
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment