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

Install -f overrides package json #27

Open
sudodoki opened this issue Dec 24, 2013 · 0 comments
Open

Install -f overrides package json #27

sudodoki opened this issue Dec 24, 2013 · 0 comments

Comments

@sudodoki
Copy link
Contributor

Given I have in my package.json
"compy": {
"main": "Main.js",
"dependencies": {
"edjafarov/socker": "master"
}
}
compy install and compy install -f won't update my compy entries, but
compy install -f edjafarov/socker will update it and set version to '*'.
Is it as planned?
Can master branch be ahead of '*' ~latest release? Thus making dependency broken in case it has some sort of fix that wasn't part of release yet.
Maybe, compy should introduce some sort of update verb to safely get the latest component matching package version?

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

No branches or pull requests

1 participant