Skip to content
This repository has been archived by the owner on Oct 11, 2021. It is now read-only.

support structure of bower.json #10

Merged
merged 1 commit into from
Apr 14, 2014

Conversation

rwilcox
Copy link
Contributor

@rwilcox rwilcox commented Apr 11, 2014

bower.json top level keys may include name, version and other keys we don't care about. We really only care about the dependency key. So limit our search to that, if it's there. Else bower-meteor will throw errors like "expected 'name' to have a version string", which of course it won't.

Let me know if there's anything I can do to clean this PR up for acceptance, or if I missed something (I'm new to writing Meteor plugins but I think I understand this plugin enough to be confident about my change, unless I'm misreading the code somewhat.)

bower.json top level keys may include name, version and other keys we don't care about. We really only care about the dependency key. So limit our search to that, if it's there. Else bower-meteor will throw errors like "expected 'name' to have a version string", which of course it won't
@mquandalle
Copy link
Owner

I don't have access to a computer this weekend, but I'll review your PR when I'm back home.

mquandalle added a commit that referenced this pull request Apr 14, 2014
Support structure of bower.json
@mquandalle mquandalle merged commit e22106b into mquandalle:master Apr 14, 2014
@mquandalle
Copy link
Owner

Thanks!
It's released as 0.1.6

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants