aboutsummaryrefslogtreecommitdiff
path: root/bower.json
AgeCommit message (Collapse)AuthorFilesLines
2013-12-01bump version numbers to 3.0.3Mark Otto1-1/+1
2013-11-23explicitly call out font filesWeston Platter1-1/+8
Using wildcards to specify fonts causes errors for other npm modules, EG, https://github.com/blittle/bower-installer/issues/33. Additionally, it’s better to lock down files included in a library.
2013-11-14Merge pull request #10353 from rwillrich/ignore-filesChris Rebert1-1/+13
Bower: Ignore development and documentation files on bower.json. Fix #10313
2013-11-06update remaining version numbersv3.0.2Chris Rebert1-1/+1
2013-10-303.0.1v3.0.1Mark Otto1-1/+1
2013-09-27bower.json: Modify `assets` directory on ignore to `docs-assets`Rodrigo Willrich1-1/+1
2013-09-01Bower: Ignore development and documentation files on bower.json. Fix #10313.Rodrigo Willrich1-1/+13
I've kept only the files I consider relevant to bower installation: - Files in dist directory; - Files in js directory; - Files in less directory; - bower.json file; - README.md file; - LICENSE file.
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.