mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-02-03 13:24:16 +03:00
bootstrap is no longer a runtime dependency, it is built into the dist files
This commit is contained in:
parent
be67a7e15a
commit
e0f1d707da
|
@ -19,7 +19,7 @@
|
||||||
"moduleType": "globals",
|
"moduleType": "globals",
|
||||||
"main": [
|
"main": [
|
||||||
"scss/bootstrap-material-design.scss",
|
"scss/bootstrap-material-design.scss",
|
||||||
"dist/js/bootstrap-material-design.js"
|
"dist/bootstrap-material-design.js"
|
||||||
],
|
],
|
||||||
"ignore": [
|
"ignore": [
|
||||||
"/.*",
|
"/.*",
|
||||||
|
@ -31,12 +31,7 @@
|
||||||
"js/tests",
|
"js/tests",
|
||||||
"test-infra"
|
"test-infra"
|
||||||
],
|
],
|
||||||
"x-private-dependencies": {
|
|
||||||
"bootstrap": "git@github.com:rosskevin/bootstrap.git#v4-tmp-flex-master",
|
|
||||||
"tether": "^1.1"
|
|
||||||
},
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"bootstrap": "v4-dev",
|
"tether": "^1.2"
|
||||||
"tether": "^1.1"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -33,12 +33,12 @@
|
||||||
},
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"bootstrap": "twbs/bootstrap#v4-dev",
|
|
||||||
"babel-polyfill": "^6.6",
|
"babel-polyfill": "^6.6",
|
||||||
"jquery": "^2.2",
|
"jquery": "^2.2",
|
||||||
"tether": "^1.2.0"
|
"tether": "^1.2.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"bootstrap": "twbs/bootstrap#v4-dev",
|
||||||
"babel-core": "^6.7.2",
|
"babel-core": "^6.7.2",
|
||||||
"babel-eslint": ">=6.0.0-beta.6",
|
"babel-eslint": ">=6.0.0-beta.6",
|
||||||
"babel-preset-es2015": "^6.6.0",
|
"babel-preset-es2015": "^6.6.0",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user