Skip to content
This repository has been archived by the owner on May 25, 2024. It is now read-only.

Commit

Permalink
0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenixTW committed Jun 9, 2019
1 parent a2a5d21 commit d88ac64
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ $ npm install -g @itchef/rg-cli
$ rg COMMAND
running command...
$ rg (-v|--version|version)
@itchef/rg-cli/0.0.1-4 darwin-x64 node-v11.5.0
@itchef/rg-cli/0.1.0 darwin-x64 node-v11.5.0
$ rg --help [COMMAND]
USAGE
$ rg COMMAND
Expand Down Expand Up @@ -61,7 +61,7 @@ OPTIONS
-h, --help show CLI help
```

_See code: [src/commands/new.js](https://github.com/ITChef/rg-cli/blob/v0.0.1-4/src/commands/new.js)_
_See code: [src/commands/new.js](https://github.com/ITChef/rg-cli/blob/v0.1.0/src/commands/new.js)_
<!-- commandsstop -->

## License
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@itchef/rg-cli",
"description": "A CLI tool to create and manage initial react project",
"version": "0.0.1-4",
"version": "0.1.0",
"author": "Kaustav Chakraborty @phoenixTW",
"bin": {
"rg": "./bin/run"
Expand Down

0 comments on commit d88ac64

Please sign in to comment.