Skip to content

Commit

Permalink
modify config
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkTangCd committed May 15, 2022
1 parent 292890a commit de2dc7a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions core/cli/lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ function registerCommand() {
.name(Object.keys(pkg.bin)[0])
.usage('<command> [options]')
.version(pkg.version)
.option('-d, --debug', 'Is debug mode on?', false)
.option('-tp, --targetPath <targetPath>', 'Is the local debug file path specified?', '');
.option('-d, --debug', 'Is debug mode on?', false);
// .option('-tp, --targetPath <targetPath>', 'Is the local debug file path specified?', '');

program
.command('init [projectName]')
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dapp-cli",
"version": "1.0.1",
"version": "1.0.2",
"keywords": [
"dapp",
"cli",
Expand Down
2 changes: 1 addition & 1 deletion utils/get-npm-info/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "get-npm-info",
"name": "@dapp-cli/get-npm-info",
"version": "0.0.1",
"description": "get npm info",
"author": "MarkTang <[email protected]>",
Expand Down

0 comments on commit de2dc7a

Please sign in to comment.