update bower and package files, bootstrap needs to remain a runtime dependency

This commit is contained in:
Kevin Ross 2016-03-21 16:18:02 -05:00
parent e0f1d707da
commit d4bf4749fd
2 changed files with 8 additions and 16 deletions

View File

@ -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"
}
}

View File

@ -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",