bootstrap is no longer a runtime dependency, it is built into the dist files

This commit is contained in:
Kevin Ross 2016-03-21 15:59:21 -05:00
parent be67a7e15a
commit e0f1d707da
2 changed files with 3 additions and 8 deletions

View File

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

View File

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