Comparing version 0.6.1 to 0.6.2
@@ -12,3 +12,6 @@ /** | ||
BigNumber.config({MODULO_MODE: BigNumber.EUCLID}); | ||
BigNumber.config({ | ||
MODULO_MODE: BigNumber.EUCLID, | ||
ROUNDING_MODE: BigNumber.ROUND_HALF_EVEN | ||
}); | ||
@@ -19,3 +22,3 @@ module.exports = { | ||
version: "0.6.1", | ||
version: "0.6.2", | ||
@@ -22,0 +25,0 @@ constants: { |
{ | ||
"name": "augur-abi", | ||
"version": "0.6.1", | ||
"version": "0.6.2", | ||
"description": "Contract ABI serialization", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
1054895
20965