-
Notifications
You must be signed in to change notification settings - Fork 15
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
firebug.sdk version dependency is hardcoded #65
Comments
I have been using the
|
You can also do |
It is not really a big deal to have a version hardcoded. It is even IMHO a good practice : it means the code has been tested with the specified version of the dependency (and avoid regressions because of an update of it). If an update of it is available, that's the work of the maintainer to update the package.json file and test again their work. Just my two cents. Florent |
I essentially agree. I will have a tool to alert us and auto-test new versions for each extension. |
Actually this repo is a good example, firebug.sdk is already on 0.5.8 where pixel perfect is looking for and trying to use 0.5.5 |
Allow npm install to ignore minor version of firebug.sdk but respect major versions
The text was updated successfully, but these errors were encountered: