Skip to content
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

chore(README): updating dependencies and build instructions #108

Merged
merged 6 commits into from
Jun 7, 2022

Conversation

re1ro
Copy link
Contributor

@re1ro re1ro commented Jun 3, 2022

Updating README to reflect latest hardhat changes

@re1ro re1ro requested a review from milapsheth June 3, 2022 23:17
@re1ro re1ro self-assigned this Jun 3, 2022
package.json Outdated
@@ -43,6 +43,6 @@
"solidity-coverage": "^0.7.17"
},
"engines": {
"node": ">=14"
"node": ">=16.15.1 <17"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Using the latest v16 release seems too restrictive since most people don't update for every patch?

Suggested change
"node": ">=16.15.1 <17"
"node": ">=16 <17"

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agree.

@milapsheth
Copy link
Member

Maybe bump up the dev dependencies too?

@re1ro
Copy link
Contributor Author

re1ro commented Jun 6, 2022

@milapsheth dev deps are bumped in the lock file, but I will also bump them in the package.json for consistency

@re1ro re1ro requested review from milapsheth and Foivos June 6, 2022 23:58
@re1ro re1ro merged commit da7d90a into main Jun 7, 2022
@re1ro re1ro deleted the feat/dependencies branch June 7, 2022 19:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants