-
Notifications
You must be signed in to change notification settings - Fork 24
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
Feature/package install warnings #325
Feature/package install warnings #325
Conversation
@andrewstec will CircleCI run on this PR automatically? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fine...
But some of these changes don't do anything.... ^2.0.5 should be the same as ^2.0.8 and also ^4 the same as ^4.41.5... (caret meaning update to the latest minor version)
Hi Reid. It did: https://circleci.com/gh/ubccpsctech/classy/1217. It looks like CircleCI did not send back the information to Github. If I re-run it, it will likely fix this PR pre-req. |
In the case of In the other case, the more verbose convention is more widely used in the package.json file. Those were exceptions to the rule. They do not have to change though. |
CircleCI is currently re-running to fix the pre-req status on this PR. |
I'm happy without any changes. :) |
Warnings would be produced during
yarn install
command when no lockfile was used during the installation:From: https://github.com/OnsenUI/OnsenUI/blob/master/package.json
Sha.js issue will be resolved here: ubccpsctech#99