-
Notifications
You must be signed in to change notification settings - Fork 119
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
update dependencies #55
Conversation
…atible code, failed
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.
LGTM, but I don't know how to test this. So review complete...
@@ -15,7 +15,7 @@ const ecc = require('eosjs-ecc') | |||
|
|||
# Include | |||
|
|||
- Install with: `npm install eosjs-ecc` | |||
- Install with: `yarn add eosjs-ecc` |
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.
why this change? Also below you tell them to use yarn . Can't a user use either yarn OR npm, also I thought we were sticking with yarn for OSS.
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.
Yes, a user can use either but we are making the change over to yarn in all of our documentation.
removing security vulnerabilities by updating and locking all dependencies
Switched to yarn
Steps to ensure compatibility:
any other ideas/suggestions for compatibility testing is much appreciated; we want to ensure this works for everyone before merging