millermedeiros / amd-utils

modular JavaScript utilities written in the AMD format
http://millermedeiros.github.com/amd-utils
142 stars 11 forks source link

Fix version declared in component.json #87

Closed satazor closed 12 years ago

satazor commented 12 years ago

The version declared in the component.json (0.4.0) does not match the git tag (0.6.0).

Oops :P

millermedeiros commented 12 years ago

I used npm version 0.6.0 to update the version to 0.6.0 and create the tag :P didn't realized the component.json had it's own version number...

satazor commented 12 years ago

Well it has and I think I'm experiencing a bug in bower probably because of the version/tag mismatch. Can you please also add "main": "src/"? The main property is used with bower ls --path which produces a json mapping deps to their source to be used in requirejs paths (for example).

millermedeiros commented 12 years ago

I updated the components.json file and the tag as well. You will need to clear the bower local cache rm -r ~/.bower/amd-utils/