Closed satazor closed 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...
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).
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/
The version declared in the component.json (0.4.0) does not match the git tag (0.6.0).
Oops :P