shawnbot / aight

JavaScript shims and shams for making IE8-9 behave reasonably
Other
756 stars 98 forks source link

bower warning: mismatch tag version #14

Closed kasparhuebener closed 11 years ago

kasparhuebener commented 11 years ago

Hey, when I run bower install i get the following warning:

bower warn Package aight is still using the deprecated "component.json" file
mismatch The version specified in the component.json of package aight mismatches the tag (1.1.1 vs 1.1.0)
mismatch You should report this problem to the package author

I can only assume that it is complaining about the following mismatch:

"version": "1.1.1",
...
"_id": "aight@1.1.0",

Secondly, if you update the file, I think bower.json should be the correct new name, instead of component.json, which is deprecated.

shawnbot commented 11 years ago

Thanks for the heads up. Fixed in 45e1c74f88cec5fa2f62a95b0d6a4491c5964426 and a7cb1bb1e9749b7bbdf094908188ca3346aadafa (version bump to 1.1.2).