mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-23 05:33:02 +02:00
Update devDependencies.
This commit is contained in:
1486
grunt/npm-shrinkwrap.json
generated
1486
grunt/npm-shrinkwrap.json
generated
File diff suppressed because it is too large
Load Diff
12
package.json
12
package.json
@@ -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": "$"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user