-
Notifications
You must be signed in to change notification settings - Fork 364
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
Ethers.js integration and testing #102
Conversation
Please remove |
package.json
Outdated
@@ -51,6 +53,7 @@ | |||
"dependencies": { | |||
"command-line-args": "^4.0.7", | |||
"debug": "^3.0.1", | |||
"ethers": "^3.0.29", |
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.
this should be dev dependency
package.json
Outdated
@@ -28,6 +28,8 @@ | |||
"chai": "^4.1.2", | |||
"chai-as-promised": "^7.1.1", | |||
"coveralls": "^3.0.2", | |||
"ethers": "*", |
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.
this is not needed
Please review
…On 26 Sep 2018 18:17, "Krzysztof Kaczor" ***@***.***> wrote:
***@***.**** commented on this pull request.
------------------------------
In package.json
<#102 (comment)>:
> @@ -51,6 +53,7 @@
"dependencies": {
"command-line-args": "^4.0.7",
"debug": "^3.0.1",
+ "ethers": "^3.0.29",
this should be dev dependency
------------------------------
In package.json
<#102 (comment)>:
> @@ -28,6 +28,8 @@
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"coveralls": "^3.0.2",
+ "ethers": "*",
this is not needed
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#102 (review)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ATN85vpuQsgVdGq8Gu9RkFME6pjh3eNjks5ue3dLgaJpZM4W5L7p>
.
|
No description provided.