Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkTangCd committed May 14, 2022
1 parent e7fbb35 commit db57e47
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion commands/init/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion commands/init/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dapp-cli/init",
"version": "1.0.0",
"version": "1.0.1",
"description": "dapp-cli init",
"author": "Mark Tang <[email protected]>",
"homepage": "https://github.com/MarkTangCd/dapp-cli#readme",
Expand Down
2 changes: 1 addition & 1 deletion core/cli/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions core/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dapp-cli/cli",
"version": "1.0.4",
"version": "1.0.1",
"description": "dapp-cli core",
"author": "MarkTang <[email protected]>",
"license": "ISC",
Expand All @@ -19,10 +19,10 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@dapp-cli/get-npm-info": "file:../../utils/get-npm-info",
"@dapp-cli/exec": "file:../exec",
"@dapp-cli/log": "file:../../utils/log",
"@dapp-cli/get-npm-info": "file:../../utils/get-npm-info",
"@dapp-cli/init": "file:../../commands/init",
"@dapp-cli/log": "file:../../utils/log",
"colors": "^1.4.0",
"commander": "^9.2.0",
"dotenv": "^16.0.0",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"models/*",
"utils/*"
],
"version": "0.0.0"
"version": "1.0.1"
}

0 comments on commit db57e47

Please sign in to comment.