update library.json

This commit is contained in:
Matthias Kretschmann 2019-02-18 13:38:18 +01:00
parent be8c8eb378
commit 4f891ab2df
Signed by: m
GPG Key ID: 606EEEF3C479A91F
1 changed files with 3 additions and 2 deletions

View File

@ -1,10 +1,11 @@
{ {
"name": "Squid JavaScript", "name": "commons-marketplace",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/oceanprotocol/commons-marketplace.git" "url": "https://github.com/oceanprotocol/commons-marketplace.git"
}, },
"dependencies": [{ "dependencies": [
{
"name": "keeper-contracts", "name": "keeper-contracts",
"version": "~0.6.12" "version": "~0.6.12"
}, },