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

Respect dependency versions for components #280

Merged
merged 1 commit into from
Aug 30, 2016

Conversation

opoku
Copy link
Contributor

@opoku opoku commented Aug 14, 2016

Dependencies of components are always installed at the latest version even though a particular version might have been specified in their package.json.

This patch pulls in the version information from the package.json and forwards it to the npm so that the appropriate package version is installed.

Caveat: this patch needs to be made more generic so that all the formats supported by npm install are handled properly. I'm putting it up to start the discussion on the necessity of this work.

@matteofigus
Copy link
Member

Great, thanks for your help @opoku

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.

3 participants