package fix

This commit is contained in:
Matthias Kretschmann 2020-09-12 00:59:23 +02:00
parent 44e2484327
commit 984f347c18
Signed by: m
GPG Key ID: 606EEEF3C479A91F
1 changed files with 3 additions and 2 deletions

View File

@ -1577,7 +1577,7 @@
"@oceanprotocol/react": {
"version": "file:..",
"requires": {
"@oceanprotocol/lib": "file:https:/registry.npmjs.org/@oceanprotocol/lib/-/lib-0.2.1.tgz",
"@oceanprotocol/lib": "^0.2.4",
"axios": "^0.20.0",
"decimal.js": "^10.2.0",
"web3": "^1.2.11",
@ -2884,7 +2884,8 @@
}
},
"@oceanprotocol/lib": {
"version": "file:https:/registry.npmjs.org/@oceanprotocol/lib/-/lib-0.2.1.tgz",
"version": "0.2.1",
"resolved": false,
"integrity": "sha512-LYMeI56MZO7E9CUZYuT2s+g0mU5mKRTL1163n8cUF+DxW4Z6rLnVah7sYoFHaCibIJFO+ya0z31A7uFynEMaEg==",
"requires": {
"@ethereum-navigator/navigator": "^0.5.0",