mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-24 00:10:24 +00:00
Merge pull request #9964 from thomaswelton/patch-1
Bower - Added fonts to "main" files
This commit is contained in:
commit
a6a97e1b27
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "bootstrap",
|
||||
"version": "3.0.0",
|
||||
"main": ["./dist/js/bootstrap.js", "./dist/css/bootstrap.css"],
|
||||
"main": ["./dist/js/bootstrap.js", "./dist/css/bootstrap.css", "./dist/fonts/*"],
|
||||
"ignore": [
|
||||
"**/.*"
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in a new issue