-
Notifications
You must be signed in to change notification settings - Fork 99
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
Volo update to use repo from package.json #149
Comments
So, to clarify, you did this in the directory with that package.json:
and it was not this:
If the first case, then I can see there being a bug there. If the second case, that is an explicit bypass of any local state. |
Ahh I see. Yes this was actually |
OK, so then maybe |
I'm not sure how version updates would work. With specific version numbers, typically the intent would be to update to a major, minor or patch version. So perhaps along the lines I do like the idea of an |
Alternatively to get in to semver ranges - https://github.com/isaacs/node-semver. |
If I have a library in the package.json and use a volo add -f, it doesn't seem to use the same library version settings etc that are already in the package.json
Ideally an update command would check the package.json, and then use the add command on the resource that has been aliased in the package.json.
For example:
Should update jquery to master.
But if I had -
It would be nice to stick with the same fork and just update from master. A global update command could then update all the respective masters for all projects.
Just some ideas, not sure if the exact implementation is correct!
The text was updated successfully, but these errors were encountered: