Merge pull request #75 from confio/fix-package-name

Fix package name to @cosmwasm/cli
This commit is contained in:
Simon Warta 2020-02-11 13:55:23 +01:00 committed by GitHub
commit 6017fc88c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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