diff options
| author | Chris Rebert <[email protected]> | 2015-04-24 10:26:55 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-04-24 10:26:55 -0700 |
| commit | 1c571815209d68f0933e255628d960cbef5a2beb (patch) | |
| tree | ec08364d1f5b4a06493f44f9ebe24e1ef5fc1bcc | |
| parent | 6ba595f3fffee275922c377a7cc1bc46fc5e58c1 (diff) | |
| parent | 38861984d9035333e2b366d307a5b874df8b8759 (diff) | |
| download | bootstrap-1c571815209d68f0933e255628d960cbef5a2beb.tar.xz bootstrap-1c571815209d68f0933e255628d960cbef5a2beb.zip | |
Merge pull request #16359 from twbs/bower
Update bower.json to comply with new spec for `main`
| -rw-r--r-- | bower.json | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/bower.json b/bower.json index d7eea3922..d89aa19cf 100644 --- a/bower.json +++ b/bower.json @@ -15,13 +15,7 @@ "homepage": "http://getbootstrap.com", "main": [ "less/bootstrap.less", - "dist/css/bootstrap.css", - "dist/js/bootstrap.js", - "dist/fonts/glyphicons-halflings-regular.eot", - "dist/fonts/glyphicons-halflings-regular.svg", - "dist/fonts/glyphicons-halflings-regular.ttf", - "dist/fonts/glyphicons-halflings-regular.woff", - "dist/fonts/glyphicons-halflings-regular.woff2" + "dist/js/bootstrap.js" ], "ignore": [ "/.*", |
