mirror of https://github.com/twbs/bootstrap.git
Merge 669ed9e9ef
into 4c98145482
This commit is contained in:
commit
7e1971f25b
|
@ -35,8 +35,9 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"main": "dist/js/bootstrap.js",
|
"main": "dist/js/bootstrap.js",
|
||||||
"module": "dist/js/bootstrap.esm.js",
|
"module": "js/index.esm.js",
|
||||||
"sass": "scss/bootstrap.scss",
|
"sass": "scss/bootstrap.scss",
|
||||||
|
"sideEffects": false,
|
||||||
"style": "dist/css/bootstrap.css",
|
"style": "dist/css/bootstrap.css",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "npm-run-all --parallel watch docs-serve",
|
"start": "npm-run-all --parallel watch docs-serve",
|
||||||
|
|
Loading…
Reference in New Issue