diff options
| author | Mark Otto <[email protected]> | 2013-08-23 23:52:24 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-23 23:52:24 -0700 |
| commit | a6a97e1b27d74a8ef14257e8bb67dd0d1978aa84 (patch) | |
| tree | ce3b2403a8187830f159dc38aed2e7ea29a87819 | |
| parent | fc0e7686fba0ea64719ae968585b0e4846ea0c8b (diff) | |
| parent | 56f1ff6ca7f4bee5f031f82b7b6191f7a7a61f48 (diff) | |
| download | bootstrap-a6a97e1b27d74a8ef14257e8bb67dd0d1978aa84.tar.xz bootstrap-a6a97e1b27d74a8ef14257e8bb67dd0d1978aa84.zip | |
Merge pull request #9964 from thomaswelton/patch-1
Bower - Added fonts to "main" files
| -rw-r--r-- | bower.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bower.json b/bower.json index 7ba448d27..0d03da6c9 100644 --- a/bower.json +++ b/bower.json @@ -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": [ "**/.*" ], |
