Fix package name to @cosmwasm/cli

This commit is contained in:
Simon Warta 2020-02-11 12:49:36 +01:00
parent 708f7744e7
commit 6dae508e8a
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{
"name": "@iov/cli",
"name": "@cosmwasm/cli",
"version": "0.0.3",
"description": "Command line interface",
"contributors": ["IOV SAS <admin@iov.one>", "Simon Warta"],

View File

@ -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