diff options
author | Alex Browne <stephenalexbrowne@gmail.com> | 2018-10-19 08:44:48 +0800 |
---|---|---|
committer | Alex Browne <stephenalexbrowne@gmail.com> | 2018-12-05 06:24:48 +0800 |
commit | 3a19faa5ff8a66395c5eb8d1400338cefaa21187 (patch) | |
tree | f35c9bbef19ebcef15e92f5f306040727d3b91a4 /packages/pipeline/package.json | |
parent | bbe1a843ef44e518fc957ea36325d5a730502de5 (diff) | |
download | dexon-sol-tools-3a19faa5ff8a66395c5eb8d1400338cefaa21187.tar dexon-sol-tools-3a19faa5ff8a66395c5eb8d1400338cefaa21187.tar.gz dexon-sol-tools-3a19faa5ff8a66395c5eb8d1400338cefaa21187.tar.bz2 dexon-sol-tools-3a19faa5ff8a66395c5eb8d1400338cefaa21187.tar.lz dexon-sol-tools-3a19faa5ff8a66395c5eb8d1400338cefaa21187.tar.xz dexon-sol-tools-3a19faa5ff8a66395c5eb8d1400338cefaa21187.tar.zst dexon-sol-tools-3a19faa5ff8a66395c5eb8d1400338cefaa21187.zip |
Update script to work with existing v1 pipeline data
Diffstat (limited to 'packages/pipeline/package.json')
-rw-r--r-- | packages/pipeline/package.json | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/packages/pipeline/package.json b/packages/pipeline/package.json index 0071fab2c..47033bf33 100644 --- a/packages/pipeline/package.json +++ b/packages/pipeline/package.json @@ -25,8 +25,8 @@ }, "license": "Apache-2.0", "devDependencies": { - "@types/ramda": "^0.25.38", "@0x/tslint-config": "^1.0.9", + "@types/ramda": "^0.25.38", "chai": "^4.1.2", "chai-as-promised": "^7.1.1", "chai-bignumber": "^2.0.2", @@ -36,10 +36,10 @@ "typescript": "3.0.1" }, "dependencies": { - "@0x/dev-utils": "^1.0.13", - "@0x/contract-artifacts": "^1.0.1", "@0x/connect": "^3.0.2", + "@0x/contract-artifacts": "^1.0.1", "@0x/contract-wrappers": "^3.0.0", + "@0x/dev-utils": "^1.0.13", "@0x/order-utils": "^2.0.0", "@0x/subproviders": "^2.1.0", "@0x/types": "^1.2.0", @@ -47,6 +47,7 @@ "@0x/web3-wrapper": "^3.1.0", "axios": "^0.18.0", "ethereum-types": "^1.0.6", + "pg": "^7.5.0", "ramda": "^0.25.0", "reflect-metadata": "^0.1.12", "sqlite3": "^4.0.2", |