Skip to content

Commit

Permalink
rename cli to tomox-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
thanhson1085 committed Mar 18, 2020
1 parent a40460c commit 461c4e0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
{
"name": "tomoxjs",
"version": "0.3.6",
"version": "0.4.0",
"description": "TomoX Relayer Javascript SDK",
"keywords": [
"tomox",
"tomoxjs",
"tomox-cli",
"tomochain"
],
"repository": {
Expand All @@ -18,6 +20,9 @@
"lint": "eslint --cache ./ --ext .js",
"test": "echo \"Error: no test specified\" && exit 0"
},
"bin": {
"tomox-cli": "tomox-cli"
},
"author": "",
"license": "MIT",
"dependencies": {
Expand Down
File renamed without changes.

0 comments on commit 461c4e0

Please sign in to comment.