From de2dc7a26ebd2fc5c44f51c09722a8beada0f681 Mon Sep 17 00:00:00 2001 From: Mark Tang Date: Sun, 15 May 2022 12:59:02 +0800 Subject: [PATCH] modify config --- core/cli/lib/index.js | 4 ++-- package.json | 2 +- utils/get-npm-info/package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/core/cli/lib/index.js b/core/cli/lib/index.js index 37d0bfe..fe848e5 100644 --- a/core/cli/lib/index.js +++ b/core/cli/lib/index.js @@ -33,8 +33,8 @@ function registerCommand() { .name(Object.keys(pkg.bin)[0]) .usage(' [options]') .version(pkg.version) - .option('-d, --debug', 'Is debug mode on?', false) - .option('-tp, --targetPath ', 'Is the local debug file path specified?', ''); + .option('-d, --debug', 'Is debug mode on?', false); + // .option('-tp, --targetPath ', 'Is the local debug file path specified?', ''); program .command('init [projectName]') diff --git a/package.json b/package.json index ed78465..0f37d0a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dapp-cli", - "version": "1.0.1", + "version": "1.0.2", "keywords": [ "dapp", "cli", diff --git a/utils/get-npm-info/package.json b/utils/get-npm-info/package.json index 41eb6b3..ece584c 100644 --- a/utils/get-npm-info/package.json +++ b/utils/get-npm-info/package.json @@ -1,5 +1,5 @@ { - "name": "get-npm-info", + "name": "@dapp-cli/get-npm-info", "version": "0.0.1", "description": "get npm info", "author": "MarkTang ",