2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

Update devDependencies.

This commit is contained in:
XhmikosR
2015-10-14 00:49:05 +03:00
parent 7e418d1bba
commit fe0ad82159
2 changed files with 1185 additions and 355 deletions
+1177 -351
View File
File diff suppressed because it is too large Load Diff
+8 -4
View File
@@ -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": "$"
}
},