mirror of
https://github.com/cosmos/cosmjs.git
synced 2025-03-10 21:49:15 +00:00
Fix package name to @cosmwasm/cli
This commit is contained in:
parent
708f7744e7
commit
6dae508e8a
@ -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"],
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user