Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added support for resolutions #107

Merged
merged 2 commits into from
Sep 26, 2014
Merged

Conversation

jasonayre
Copy link
Contributor

Alphabetized method names and added support for resolutions to ensure dependencies are resolved using specific version, i.e.

resolution "angular", "1.2.22"
bx rake bower:install

Will output into bower.json

{
  "name" : "dsl-generated dependencies",
  "dependencies" : {
    "angular" : "1.2.22"
  },
  "resolutions": {
    "angular": "1.2.22"
  }
}

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.73%) when pulling 8a6ea28 on jasonayre:master into c8b598d on 42dev:master.

@SergeyKishenin
Copy link
Collaborator

Thanks for the PR. Could you please update Readme and Changelog!

@anutron
Copy link

anutron commented Sep 26, 2014

Any update here?

  • Just a user who needs it...

SergeyKishenin added a commit that referenced this pull request Sep 26, 2014
added support for resolutions
@SergeyKishenin SergeyKishenin merged commit 9c1d12e into rharriso:master Sep 26, 2014
@SergeyKishenin
Copy link
Collaborator

@anutron, just released v0.9.0. Check it out!

@anutron
Copy link

anutron commented Sep 26, 2014

Sweet. Thanks!

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

Successfully merging this pull request may close these issues.

4 participants