mirror of https://github.com/twbs/bootstrap.git
fixes #8985: only specify minified dist files for bower
This commit is contained in:
parent
b0ab806dcc
commit
36c4223b1d
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "bootstrap",
|
"name": "bootstrap",
|
||||||
"version": "3.0.0",
|
"version": "3.0.0",
|
||||||
"main": ["./dist/js/bootstrap.min.js", "./dist/js/bootstrap.js", "./dist/css/bootstrap.min.css", "./dist/css/bootstrap.css"],
|
"main": ["./dist/js/bootstrap.min.js", "./dist/css/bootstrap.min.css"],
|
||||||
"ignore": [
|
"ignore": [
|
||||||
"**/.*"
|
"**/.*"
|
||||||
],
|
],
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue