Remove unused exported types

This commit is contained in:
Jacob Evans
2019-09-16 18:23:54 +01:00
parent 093fb6e68d
commit fb5afafbbe
2 changed files with 1 additions and 4 deletions

View File

@@ -41,7 +41,7 @@
"homepage": "https://github.com/0xProject/0x-monorepo/packages/asset-buyer/README.md",
"dependencies": {
"@0x/orderbook": "^0.0.1",
"@0x/assert": "^2.1.4",
"@0x/assert": "^2.1.5",
"@0x/connect": "^5.0.18",
"@0x/contract-addresses": "^3.1.0",
"@0x/contract-wrappers": "^12.0.0",

View File

@@ -48,9 +48,6 @@ export {
MarketSellSwapQuoteWithAffiliateFee,
LiquidityForAssetData,
OrdersAndFillableAmounts,
OrderProviderRequest,
OrderProviderResponse,
SignedOrderWithRemainingFillableMakerAssetAmount,
SwapQuoteConsumerBase,
SwapQuoteRequestOpts,
} from './types';