diff options
author | Fabio B <kandinsky454@protonmail.ch> | 2019-02-04 19:56:18 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-04 19:56:18 +0800 |
commit | 129ae3a737e0ab32be8e25dc2504bcf31a564cef (patch) | |
tree | c3d0165bf156368b14d0b2f429bf79bfafd158dc /packages/contracts-gen | |
parent | 31d1390039aec962153e33884a7c0585561bd946 (diff) | |
download | dexon-0x-contracts-129ae3a737e0ab32be8e25dc2504bcf31a564cef.tar.gz dexon-0x-contracts-129ae3a737e0ab32be8e25dc2504bcf31a564cef.tar.zst dexon-0x-contracts-129ae3a737e0ab32be8e25dc2504bcf31a564cef.zip |
Update packages/contracts-gen/src/index.ts
Co-Authored-By: LogvinovLeon <logvinov.leon@gmail.com>
Diffstat (limited to 'packages/contracts-gen')
-rw-r--r-- | packages/contracts-gen/src/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/contracts-gen/src/index.ts b/packages/contracts-gen/src/index.ts index 4863ab794..c5f4b01f1 100644 --- a/packages/contracts-gen/src/index.ts +++ b/packages/contracts-gen/src/index.ts @@ -1,6 +1,6 @@ /** * This module is a CLI tool. As soon as you run it - it starts doing stuff. * At the same time - our installation tests assume that you can import package without causing side effects. - * That's why our main entry point it empty. No side effects. But out secondary entry poing - contracts-gen.ts is a CLI tool and starts running as soon as you import/run it. + * That's why our main entry point it empty. No side effects. But our secondary entry point - contracts-gen.ts is a CLI tool and starts running as soon as you import/run it. */ export {}; |