Skip to content

Commit

Permalink
0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danielcoker committed Dec 9, 2020
1 parent da6b246 commit fb58283
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ $ npm install -g @danielcoker/epp
$ epp COMMAND
running command...
$ epp (-v|--version|version)
@danielcoker/epp/0.2.0 win32-x64 node-v12.16.0
@danielcoker/epp/0.3.0 win32-x64 node-v12.16.0
$ epp --help [COMMAND]
USAGE
$ epp COMMAND
Expand Down Expand Up @@ -50,7 +50,7 @@ ALIASES
$ epp c
```

_See code: [src\commands\create.ts](https://github.com/danielcoker/epp/blob/v0.2.0/src\commands\create.ts)_
_See code: [src\commands\create.ts](https://github.com/danielcoker/epp/blob/v0.3.0/src\commands\create.ts)_

## `epp help [COMMAND]`

Expand Down
2 changes: 1 addition & 1 deletion 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 package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@danielcoker/epp",
"description": "Node/Express CLI tool.",
"version": "0.2.0",
"version": "0.3.0",
"author": "Daniel Coker @danielcoker",
"bin": {
"epp": "./bin/run"
Expand Down

0 comments on commit fb58283

Please sign in to comment.