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;

View File

@ -1,6 +1,6 @@
{
"private": true,
"name": "0x-assert",
"name": "@0xproject/assert",
"version": "0.0.3",
"description": "Provides a standard way of performing type and schema validation across 0x projects",
"main": "lib/src/index.js",
@ -41,7 +41,6 @@
"bignumber.js": "~4.1.0",
"ethereum-address": "^0.0.4",
"lodash": "^4.17.4",
"valid-url": "^1.0.9",
"0x-assert": "0.0.3"
"valid-url": "^1.0.9"
}
}