Remove outdated comment

This commit is contained in:
Fabio Berger 2018-03-14 14:32:45 +01:00
parent 32d15d79f1
commit 28abcef1ca

View File

@ -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', []),