at-import / breakpoint

Really simple media queries in Sass
MIT License
2.09k stars 142 forks source link

Bower version 2.5.0? #135

Closed a1russell closed 8 years ago

a1russell commented 9 years ago

Currently the version in bower.json is listed as 2.4.2, but it is 2.5.0 according to breakpoint.rb. Should the version in bower.json be updated to 2.5.0? Since bower uses Git tags for versioning, please remove the version property from bower.json to eliminate any confusion or redundant information.

Edited to reflect suggestion from @williamboman below.

williamboman commented 9 years ago

The version property in bower.json is not used by bower at all. Bower is, as of now, entirely git-based, where a bower package's versions are its git tags (the tags that are semver-compliant). If anything - the version property should be removed from bower.json.

Snugug commented 8 years ago

New version being published today