Skip to content

Commit

Permalink
v0.0.2-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JisuPark committed Oct 14, 2018
1 parent 52087a9 commit 5c95748
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "0.0.1-alpha.0"
"version": "0.0.2-alpha.0"
}
8 changes: 4 additions & 4 deletions packages/sooho-cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ $ npm install -g @sooho/cli
$ sooho COMMAND
running command...
$ sooho (-v|--version|version)
@sooho/cli/0.0.1-alpha.0 darwin-x64 node-v9.11.1
@sooho/cli/0.0.2-alpha.0 darwin-x64 node-v9.11.1
$ sooho --help [COMMAND]
USAGE
$ sooho COMMAND
Expand All @@ -43,14 +43,14 @@ ARGUMENTS
FILEPATH entry path
OPTIONS
-f, --force
-h, --help show CLI help
-a, --abstract turn on abstraction mode
-h, --help show CLI help
EXAMPLE
$ sooho encrypt FILE_PATH
```

_See code: [src/commands/encrypt.ts](https://github.com/soohoio/sooho/blob/v0.0.1-alpha.0/src/commands/encrypt.ts)_
_See code: [src/commands/encrypt.ts](https://github.com/soohoio/sooho/blob/v0.0.2-alpha.0/src/commands/encrypt.ts)_

## `sooho help [COMMAND]`

Expand Down
6 changes: 3 additions & 3 deletions packages/sooho-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
{
"name": "@sooho/cli",
"description": "CLI tool to interact with Sooho",
"version": "0.0.1-alpha.0",
"version": "0.0.2-alpha.0",
"author": "Jisu Park <[email protected]>",
"bin": {
"sooho": "./bin/run"
Expand All @@ -11,7 +11,7 @@
"@oclif/command": "^1",
"@oclif/config": "^1",
"@oclif/plugin-help": "^2",
"@sooho/parser": "^0.0.1-alpha.0",
"@sooho/parser": "^0.0.2-alpha.0",
"tslib": "^1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/sooho-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sooho/parser",
"version": "0.0.1-alpha.0",
"version": "0.0.2-alpha.0",
"description": "A Solidity parser forked From federicobond/solidity-parser-antlr",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 5c95748

Please sign in to comment.