Rename back
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user