Add Web3 as peer dependency.

This commit is contained in:
Pedro Gutiérrez 2019-04-23 00:24:53 +02:00 committed by Pedro Gutiérrez
parent 35b3b7313a
commit a3128a3a04
2 changed files with 4 additions and 1 deletions

View File

@ -1,7 +1,7 @@
History
=======
0.5.5 (April 17, 2019)
0.5.6 (April 17, 2019)
-------------------------
* Added `agreement.status` method

View File

@ -61,6 +61,9 @@
"url": "https://github.com/oceanprotocol/squid-js/issues"
},
"homepage": "https://github.com/oceanprotocol/squid-js#readme",
"peerDependencies": {
"web3": "1.0.0-beta.37"
},
"dependencies": {
"@oceanprotocol/keeper-contracts": "^0.9.1",
"bignumber.js": "^8.1.1",