From 28abcef1cac095e61d4eb94d42870d3f608d9a97 Mon Sep 17 00:00:00 2001 From: Fabio Berger Date: Wed, 14 Mar 2018 14:32:45 +0100 Subject: Remove outdated comment --- packages/monorepo-scripts/src/postpublish_utils.ts | 3 --- 1 file changed, 3 deletions(-) (limited to 'packages/monorepo-scripts') diff --git a/packages/monorepo-scripts/src/postpublish_utils.ts b/packages/monorepo-scripts/src/postpublish_utils.ts index 55c44ca63..d90d50fba 100644 --- a/packages/monorepo-scripts/src/postpublish_utils.ts +++ b/packages/monorepo-scripts/src/postpublish_utils.ts @@ -39,9 +39,6 @@ export const postpublishUtils = { version: packageJSON.version, assets: _.get(postpublishConfig, 'assets', []), docPublishConfigs: { - // Include any external packages that are part of the 0x.js public interface - // to this array so that TypeDoc picks it up and adds it to the Docs JSON - // So far, we only have @0xproject/types as part of 0x.js's public interface. fileIncludes: [ ...(tsConfigJSON as any).include, ..._.get(postpublishConfig, 'docPublishConfigs.extraFileIncludes', []), -- cgit v1.2.3