aboutsummaryrefslogtreecommitdiff
path: root/bower.json
AgeCommit message (Collapse)AuthorFilesLines
2013-11-06update remaining version numbersv3.0.2Chris Rebert1-1/+1
2013-10-303.0.1v3.0.1Mark Otto1-1/+1
2013-08-21Added fonts to "main" filesThomas Welton1-1/+1
When using bower the "main" property is used to specify the files that should be consumed by applications including the package as a dependency. Without including the fonts in this array the glyphicons do not work correctly as the relative font paths do not work after the "main" files are copied into my projects public dir using tools like https://github.com/yatskevich/grunt-bower-task For now I have manually copied the fonts dir in the location needed for my project. But by accepting this pull request this will not be necessary for me or for other people that use bower.
2013-08-14Reference only not minified files in BowerBreno Calazans1-1/+1
Fixes #8985
2013-08-13fixes #8985: only specify minified dist files for bowerMark Otto1-1/+1
2013-07-29Update bower.jsonBreno Calazans1-1/+1
2013-07-19ignore .files for bower packagingSammy Larbi1-0/+3
2013-07-17versioning perhaps for jquery i don't even know manfat1-1/+1
2013-06-01Rename component.json to bower.jsonSindre Sorhus1-0/+8
That's the new name of the Bower metafile.