diff options
author | Fabio Berger <me@fabioberger.com> | 2018-03-04 04:43:11 +0800 |
---|---|---|
committer | Fabio Berger <me@fabioberger.com> | 2018-03-04 04:43:11 +0800 |
commit | bd85fe0af3ce201710f92b995cf25dfc96fba953 (patch) | |
tree | 00ab5a791d2b496afc045aa3f62920622e412cbc /packages | |
parent | aee15e5dff92c381bda06e77abe3706fe2671fec (diff) | |
download | dexon-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')
-rw-r--r-- | packages/0x.js/scripts/postpublish.js | 2 | ||||
-rw-r--r-- | packages/0x.js/scripts/stagedocs.js | 2 |
2 files changed, 2 insertions, 2 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']; diff --git a/packages/0x.js/scripts/stagedocs.js b/packages/0x.js/scripts/stagedocs.js index 717f96a15..f0ba55205 100644 --- a/packages/0x.js/scripts/stagedocs.js +++ b/packages/0x.js/scripts/stagedocs.js @@ -4,7 +4,7 @@ const tsConfig = require('../tsconfig.json'); const cwd = __dirname + '/..'; const S3BucketPath = 's3://staging-0xjs-docs-jsons/'; -// 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']; |