1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-23 05:33:02 +02: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

1486
grunt/npm-shrinkwrap.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -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 @@
], ],
"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": "$"
} }
}, },