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", "license": "MIT",
"moduleType": "globals", "moduleType": "globals",
"main": [ "main": [
"scss/bootstrap-material-design.scss", "scss/_core.scss",
"dist/bootstrap-material-design.js" "dist/bootstrap-material-design.iife.js"
],
"ignore": [
"/.*",
"_config.yml",
"CNAME",
"composer.json",
"CONTRIBUTING.md",
"docs",
"js/tests",
"test-infra"
], ],
"dependencies": { "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", "style": "dist/css/bootstrap-material-design.css",
"sass": "scss/_core.scss", "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", "jsnext:main": "dist/bootstrap-material-design.es.js",
"repository": { "repository": {
"type": "git", "type": "git",
@ -35,10 +35,10 @@
"dependencies": { "dependencies": {
"babel-polyfill": "^6.6", "babel-polyfill": "^6.6",
"jquery": "^2.2", "jquery": "^2.2",
"tether": "^1.2.0" "tether": "^1.2.0",
"bootstrap": "twbs/bootstrap#v4-dev"
}, },
"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",