From 1a3958ed602a2abd55a41289fddd2ee1d930d159 Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Wed, 30 May 2018 11:35:22 -0700 Subject: Remove some types --- packages/order-utils/package.json | 2 ++ 1 file changed, 2 insertions(+) (limited to 'packages/order-utils') diff --git a/packages/order-utils/package.json b/packages/order-utils/package.json index 3586c4523..ec8074b9d 100644 --- a/packages/order-utils/package.json +++ b/packages/order-utils/package.json @@ -46,6 +46,8 @@ "@0xproject/dev-utils": "^0.4.2", "@0xproject/monorepo-scripts": "^0.1.20", "@0xproject/tslint-config": "^0.4.18", + "@types/ethereumjs-abi": "^0.6.0", + "@types/bn.js": "^4.11.0", "@types/lodash": "4.14.104", "chai": "^4.0.1", "chai-as-promised": "^7.1.0", -- cgit v1.2.3 From fa3d011f68630e36b1a3812dd493a5144ebc6c53 Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Thu, 31 May 2018 10:14:23 -0700 Subject: Add ethereum-types to extraFileIncludes --- packages/order-utils/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'packages/order-utils') diff --git a/packages/order-utils/package.json b/packages/order-utils/package.json index ec8074b9d..ddb95ba3f 100644 --- a/packages/order-utils/package.json +++ b/packages/order-utils/package.json @@ -26,7 +26,8 @@ "postpublish": { "docPublishConfigs": { "extraFileIncludes": [ - "../types/src/index.ts" + "../types/src/index.ts", + "../ethereum-types/src/index.ts" ], "s3BucketPath": "s3://doc-jsons/order-utils/", "s3StagingBucketPath": "s3://staging-doc-jsons/order-utils/" -- cgit v1.2.3