Skip to content

Commit

Permalink
0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonallured committed Jan 21, 2019
1 parent 59857b7 commit e4ecdd1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ $ npm install -g @jonallured/pear
$ pear COMMAND
running command...
$ pear (-v|--version|version)
@jonallured/pear/0.0.1 darwin-x64 node-v11.6.0
@jonallured/pear/0.1.0 darwin-x64 node-v11.6.0
$ pear --help [COMMAND]
USAGE
$ pear COMMAND
Expand Down Expand Up @@ -44,7 +44,7 @@ USAGE
$ pear amend
```

_See code: [src/commands/amend.ts](https://github.com/jonallured/pear/blob/v0.0.1/src/commands/amend.ts)_
_See code: [src/commands/amend.ts](https://github.com/jonallured/pear/blob/v0.1.0/src/commands/amend.ts)_

## `pear current`

Expand All @@ -55,7 +55,7 @@ USAGE
$ pear current
```

_See code: [src/commands/current/index.ts](https://github.com/jonallured/pear/blob/v0.0.1/src/commands/current/index.ts)_
_See code: [src/commands/current/index.ts](https://github.com/jonallured/pear/blob/v0.1.0/src/commands/current/index.ts)_

## `pear current:add`

Expand All @@ -66,7 +66,7 @@ USAGE
$ pear current:add
```

_See code: [src/commands/current/add.ts](https://github.com/jonallured/pear/blob/v0.0.1/src/commands/current/add.ts)_
_See code: [src/commands/current/add.ts](https://github.com/jonallured/pear/blob/v0.1.0/src/commands/current/add.ts)_

## `pear current:clear`

Expand All @@ -77,7 +77,7 @@ USAGE
$ pear current:clear
```

_See code: [src/commands/current/clear.ts](https://github.com/jonallured/pear/blob/v0.0.1/src/commands/current/clear.ts)_
_See code: [src/commands/current/clear.ts](https://github.com/jonallured/pear/blob/v0.1.0/src/commands/current/clear.ts)_

## `pear current:trailer`

Expand All @@ -88,7 +88,7 @@ USAGE
$ pear current:trailer
```

_See code: [src/commands/current/trailer.ts](https://github.com/jonallured/pear/blob/v0.0.1/src/commands/current/trailer.ts)_
_See code: [src/commands/current/trailer.ts](https://github.com/jonallured/pear/blob/v0.1.0/src/commands/current/trailer.ts)_

## `pear help [COMMAND]`

Expand Down Expand Up @@ -116,7 +116,7 @@ USAGE
$ pear init
```

_See code: [src/commands/init.ts](https://github.com/jonallured/pear/blob/v0.0.1/src/commands/init.ts)_
_See code: [src/commands/init.ts](https://github.com/jonallured/pear/blob/v0.1.0/src/commands/init.ts)_

## `pear known`

Expand All @@ -127,7 +127,7 @@ USAGE
$ pear known
```

_See code: [src/commands/known/index.ts](https://github.com/jonallured/pear/blob/v0.0.1/src/commands/known/index.ts)_
_See code: [src/commands/known/index.ts](https://github.com/jonallured/pear/blob/v0.1.0/src/commands/known/index.ts)_

## `pear known:add`

Expand All @@ -138,5 +138,5 @@ USAGE
$ pear known:add
```

_See code: [src/commands/known/add.ts](https://github.com/jonallured/pear/blob/v0.0.1/src/commands/known/add.ts)_
_See code: [src/commands/known/add.ts](https://github.com/jonallured/pear/blob/v0.1.0/src/commands/known/add.ts)_
<!-- commandsstop -->
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@jonallured/pear",
"description": "Credit where credit is due.",
"version": "0.0.1",
"version": "0.1.0",
"author": "Jon Allured @jonallured",
"bin": {
"pear": "./bin/run"
Expand Down

0 comments on commit e4ecdd1

Please sign in to comment.