guybedford / require-css

A RequireJS CSS loader plugin to allow CSS requires and optimization
MIT License
983 stars 364 forks source link

Versions are not consistent #192

Closed viskin closed 9 years ago

viskin commented 9 years ago

Ad you download current 0.1.8 release, version of css.js inside the package is older (0.1.2). That's the link: https://github.com/guybedford/require-css/archive/0.1.8.zip This affects compressed release package from from github, as well as bower. Interestingly, package.json and bower.json files contain correct version (0.1.8). Please fix this as those who rely on bower currently get outdated version.

guybedford commented 9 years ago

Strange, thanks I've updated the tag.

viskin commented 9 years ago

I think it would be better to increment lib version, as bower does not bring the update (only people who add the library anew will get the update).