Rename back

This commit is contained in:
Fabio Berger
2017-11-13 17:57:02 -05:00
parent 3e8e3478a3
commit 4354d3f121
10 changed files with 5 additions and 5 deletions

View File

@@ -98,6 +98,7 @@
"lodash": "^4.17.4",
"publish-release": "^1.3.3",
"uuid": "^3.1.0",
"web3": "^0.20.0"
"web3": "^0.20.0",
"@0xproject/assert": "0.0.3"
}
}

View File

@@ -5,7 +5,7 @@ import {SchemaValidator, Schema} from '0x-json-schemas';
import {Web3Wrapper} from '../web3_wrapper';
import {signatureUtils} from '../utils/signature_utils';
import {ECSignature} from '../types';
import {assert as sharedAssert} from '0x-assert';
import {assert as sharedAssert} from '@0xproject/assert';
const HEX_REGEX = /^0x[0-9A-F]*$/i;