update eth-contract-class

This commit is contained in:
perissology 2018-06-16 14:00:46 -07:00
parent 7cc989dd30
commit 946ae184f3
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "giveth-liquidpledging", "name": "giveth-liquidpledging",
"version": "1.0.0-beta.2", "version": "1.0.0-beta.3",
"description": "Liquid Pledging Smart Contract", "description": "Liquid Pledging Smart Contract",
"main": "index.js", "main": "index.js",
"directories": { "directories": {
@ -53,6 +53,6 @@
"@aragon/os": "3.1.9", "@aragon/os": "3.1.9",
"async": "^2.4.0", "async": "^2.4.0",
"chai": "^4.1.0", "chai": "^4.1.0",
"eth-contract-class": "^0.0.10" "eth-contract-class": "^0.0.11"
} }
} }