aboutsummaryrefslogtreecommitdiffstats
path: root/packages/pipeline/src/index.ts
diff options
context:
space:
mode:
authorAlex Browne <stephenalexbrowne@gmail.com>2018-10-19 04:44:09 +0800
committerFred Carlsen <fred@sjelfull.no>2018-12-13 01:12:36 +0800
commit4912affbe81876a00a90c4266f38b22b4018c05f (patch)
treef18f02080621c0ee0bccc744f44dd9e553abbcf2 /packages/pipeline/src/index.ts
parentc52ab47185f3d3a808e0490440d01e21fef61e06 (diff)
downloaddexon-sol-tools-4912affbe81876a00a90c4266f38b22b4018c05f.tar
dexon-sol-tools-4912affbe81876a00a90c4266f38b22b4018c05f.tar.gz
dexon-sol-tools-4912affbe81876a00a90c4266f38b22b4018c05f.tar.bz2
dexon-sol-tools-4912affbe81876a00a90c4266f38b22b4018c05f.tar.lz
dexon-sol-tools-4912affbe81876a00a90c4266f38b22b4018c05f.tar.xz
dexon-sol-tools-4912affbe81876a00a90c4266f38b22b4018c05f.tar.zst
dexon-sol-tools-4912affbe81876a00a90c4266f38b22b4018c05f.zip
Update pipeline to use new @0x npm org for imports
Diffstat (limited to 'packages/pipeline/src/index.ts')
-rw-r--r--packages/pipeline/src/index.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/pipeline/src/index.ts b/packages/pipeline/src/index.ts
index 77c92cc34..d4bca65c5 100644
--- a/packages/pipeline/src/index.ts
+++ b/packages/pipeline/src/index.ts
@@ -1,5 +1,5 @@
-import { HttpClient } from '@0xproject/connect';
-import { web3Factory } from '@0xproject/dev-utils';
+import { HttpClient } from '@0x/connect';
+import { web3Factory } from '@0x/dev-utils';
import 'reflect-metadata';
import { Connection, createConnection } from 'typeorm';