aboutsummaryrefslogtreecommitdiffstats
path: root/packages/0x.js/scripts/postpublish.js
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2018-03-04 04:43:11 +0800
committerFabio Berger <me@fabioberger.com>2018-03-04 04:43:11 +0800
commitbd85fe0af3ce201710f92b995cf25dfc96fba953 (patch)
tree00ab5a791d2b496afc045aa3f62920622e412cbc /packages/0x.js/scripts/postpublish.js
parentaee15e5dff92c381bda06e77abe3706fe2671fec (diff)
downloaddexon-sol-tools-bd85fe0af3ce201710f92b995cf25dfc96fba953.tar
dexon-sol-tools-bd85fe0af3ce201710f92b995cf25dfc96fba953.tar.gz
dexon-sol-tools-bd85fe0af3ce201710f92b995cf25dfc96fba953.tar.bz2
dexon-sol-tools-bd85fe0af3ce201710f92b995cf25dfc96fba953.tar.lz
dexon-sol-tools-bd85fe0af3ce201710f92b995cf25dfc96fba953.tar.xz
dexon-sol-tools-bd85fe0af3ce201710f92b995cf25dfc96fba953.tar.zst
dexon-sol-tools-bd85fe0af3ce201710f92b995cf25dfc96fba953.zip
Fix comments
Diffstat (limited to 'packages/0x.js/scripts/postpublish.js')
-rw-r--r--packages/0x.js/scripts/postpublish.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/0x.js/scripts/postpublish.js b/packages/0x.js/scripts/postpublish.js
index 7b1d79d8f..1a9ab73ea 100644
--- a/packages/0x.js/scripts/postpublish.js
+++ b/packages/0x.js/scripts/postpublish.js
@@ -5,7 +5,7 @@ const tsConfig = require('../tsconfig.json');
const cwd = __dirname + '/..';
const subPackageName = packageJSON.name;
-// Include any external packages that are part of the @0xproject/connect public interface
+// 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.
const fileIncludes = [...tsConfig.include, '../types/src/index.ts'];