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

kosu.js: force strict web3 versioning #171

Merged
merged 1 commit into from Jul 23, 2019
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file or symbol
Failed to load files and symbols.

Always

Just for now

force strict web3 versioning

  • Loading branch information
hrharder committed Jul 23, 2019
commit 3db77711c8932c23da9b78b7d5dfb2ece9dc4d34
@@ -38,9 +38,9 @@
"isomorphic-ws": "^4.0.1",
"node-fetch": "^2.2.0",
"web3": "1.0.0-beta.37",
"web3-eth-contract": "^1.0.0-beta.53",
"web3-provider-engine": "^15.0.0",
"web3-utils": "^1.0.0-beta.53",
"web3-eth-contract": "1.0.0-beta.53",
"web3-provider-engine": "15.0.0",
"web3-utils": "1.0.0-beta.53",
"ws": "^6.1.4"
},
"devDependencies": {
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.