diff --git a/packages/cli/package.json b/packages/cli/package.json index 156d8d11..ba909b20 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,5 +1,5 @@ { - "name": "@iov/cli", + "name": "@cosmwasm/cli", "version": "0.0.3", "description": "Command line interface", "contributors": ["IOV SAS ", "Simon Warta"], diff --git a/packages/cli/src/tsrepl.ts b/packages/cli/src/tsrepl.ts index 4e66fe9d..26064ee4 100644 --- a/packages/cli/src/tsrepl.ts +++ b/packages/cli/src/tsrepl.ts @@ -82,7 +82,7 @@ export class TsRepl { // '/home/me/.node_modules', // '/home/me/.node_libraries', // '/usr/lib/nodejs' ] - // However, this does not include the installation path of @iov/cli because + // However, this does not include the installation path of @cosmwasm/cli because // REPL does not inherit module paths from the current process. Thus we override // the repl paths with the current process' paths // tslint:disable-next-line:no-object-mutation