diff options
author | Alex Browne <stephenalexbrowne@gmail.com> | 2018-10-25 09:34:20 +0800 |
---|---|---|
committer | Fred Carlsen <fred@sjelfull.no> | 2018-12-06 19:04:24 +0800 |
commit | b159d4e0ecbd1f1419501c79dbb9bf52004c37b7 (patch) | |
tree | 0443e8e86c6ec1e0216fc6e1446dc413fecce8f0 /packages/pipeline/package.json | |
parent | 1402a3dfae1be32a346f8b75a4209950bda00b74 (diff) | |
download | dexon-sol-tools-b159d4e0ecbd1f1419501c79dbb9bf52004c37b7.tar.gz dexon-sol-tools-b159d4e0ecbd1f1419501c79dbb9bf52004c37b7.tar.zst dexon-sol-tools-b159d4e0ecbd1f1419501c79dbb9bf52004c37b7.zip |
Implement fetching and parsing relayer info
Diffstat (limited to 'packages/pipeline/package.json')
-rw-r--r-- | packages/pipeline/package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/pipeline/package.json b/packages/pipeline/package.json index 47033bf33..253da3f19 100644 --- a/packages/pipeline/package.json +++ b/packages/pipeline/package.json @@ -27,6 +27,7 @@ "devDependencies": { "@0x/tslint-config": "^1.0.9", "@types/ramda": "^0.25.38", + "@types/axios": "^0.14.0", "chai": "^4.1.2", "chai-as-promised": "^7.1.1", "chai-bignumber": "^2.0.2", |