aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/components/fill_order_json.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'packages/website/ts/components/fill_order_json.tsx')
-rw-r--r--packages/website/ts/components/fill_order_json.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/website/ts/components/fill_order_json.tsx b/packages/website/ts/components/fill_order_json.tsx
index 1ecc426bd..41413eac2 100644
--- a/packages/website/ts/components/fill_order_json.tsx
+++ b/packages/website/ts/components/fill_order_json.tsx
@@ -1,5 +1,5 @@
-import { generatePseudoRandomSalt } from '@0xproject/order-utils';
-import { BigNumber } from '@0xproject/utils';
+import { generatePseudoRandomSalt } from '@0x/order-utils';
+import { BigNumber } from '@0x/utils';
import * as _ from 'lodash';
import Paper from 'material-ui/Paper';
import TextField from 'material-ui/TextField';
d class='commitgraph'>* Simplify MakefileEitan Adler2013-11-041-4/+0 * Unquiet my ports to make debugging easier.Eitan Adler2013-10-241-1/+1 * Convert to staging.Eitan Adler2013-09-281-10/+6 * Add NO_STAGE all over the place in preparation for the staging support (cat: ...Baptiste Daroussin2013-09-211-0/+1 * Remove now excess verbiage.Eitan Adler2013-07-171-2/+0 * add licenseEitan Adler2013-07-041-0/+2 * Fix formatting of WWW line for my portsEitan Adler2013-04-251-1/+1 * Teach portscout that 1.3.2 is not newer than 1.3.2a.Eitan Adler2013-03-031-7/+9 * Permit textproc/html2text to be built with clang.Eitan Adler2013-01-271-0/+22 * Make html2text play nice with CXX.Eitan Adler2012-11-111-0/+12 * html2text uses patch letters which look like "alpha" and "beta" (a and b) so ...Eitan Adler2012-11-031-0/+2 * Convert to OptionsNGEitan Adler2012-10-201-2/+3