mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-03-10 23:05:46 +03:00
update bower and package files, bootstrap needs to remain a runtime dependency
This commit is contained in:
parent
e0f1d707da
commit
d4bf4749fd
18
bower.json
18
bower.json
|
@ -18,20 +18,12 @@
|
|||
"license": "MIT",
|
||||
"moduleType": "globals",
|
||||
"main": [
|
||||
"scss/bootstrap-material-design.scss",
|
||||
"dist/bootstrap-material-design.js"
|
||||
],
|
||||
"ignore": [
|
||||
"/.*",
|
||||
"_config.yml",
|
||||
"CNAME",
|
||||
"composer.json",
|
||||
"CONTRIBUTING.md",
|
||||
"docs",
|
||||
"js/tests",
|
||||
"test-infra"
|
||||
"scss/_core.scss",
|
||||
"dist/bootstrap-material-design.iife.js"
|
||||
],
|
||||
"dependencies": {
|
||||
"tether": "^1.2"
|
||||
"jquery": "^2.2",
|
||||
"tether": "^1.2",
|
||||
"bootstrap": "v4-dev"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
},
|
||||
"style": "dist/css/bootstrap-material-design.css",
|
||||
"sass": "scss/_core.scss",
|
||||
"main": "dist/js/bootstrap-material-design.umd.js",
|
||||
"main": "dist/bootstrap-material-design.umd.js",
|
||||
"jsnext:main": "dist/bootstrap-material-design.es.js",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -35,10 +35,10 @@
|
|||
"dependencies": {
|
||||
"babel-polyfill": "^6.6",
|
||||
"jquery": "^2.2",
|
||||
"tether": "^1.2.0"
|
||||
"tether": "^1.2.0",
|
||||
"bootstrap": "twbs/bootstrap#v4-dev"
|
||||
},
|
||||
"devDependencies": {
|
||||
"bootstrap": "twbs/bootstrap#v4-dev",
|
||||
"babel-core": "^6.7.2",
|
||||
"babel-eslint": ">=6.0.0-beta.6",
|
||||
"babel-preset-es2015": "^6.6.0",
|
||||
|
|
Loading…
Reference in New Issue
Block a user