1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00

move @oceanprotocol/contracts to dependencies

This commit is contained in:
Matthias Kretschmann 2020-07-14 13:24:41 +02:00
parent 6398646954
commit c5d7eef755
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 2 additions and 3 deletions

3
package-lock.json generated
View File

@ -883,8 +883,7 @@
"@oceanprotocol/contracts": {
"version": "0.2.2",
"resolved": "https://registry.npmjs.org/@oceanprotocol/contracts/-/contracts-0.2.2.tgz",
"integrity": "sha512-wu5Ub5F50vCAON0GKyv4anPPLm+oWfHViksiAewVS/xvbbnSCt4gHws2Uc1ct25tiO/2AHAyJkqEiC0ep8SHeQ==",
"dev": true
"integrity": "sha512-wu5Ub5F50vCAON0GKyv4anPPLm+oWfHViksiAewVS/xvbbnSCt4gHws2Uc1ct25tiO/2AHAyJkqEiC0ep8SHeQ=="
},
"@octokit/auth-token": {
"version": "2.4.2",

View File

@ -38,6 +38,7 @@
},
"dependencies": {
"@ethereum-navigator/navigator": "^0.5.0",
"@oceanprotocol/contracts": "^0.2.2",
"bignumber.js": "^9.0.0",
"deprecated-decorator": "^0.1.6",
"fs": "0.0.1-security",
@ -49,7 +50,6 @@
"whatwg-url": "^8.0.0"
},
"devDependencies": {
"@oceanprotocol/contracts": "^0.2.2",
"@release-it/bumper": "^1.4.0",
"@truffle/hdwallet-provider": "^1.0.37",
"@types/chai": "^4.2.11",