Skip to content

Commit f13bf04

Browse files
author
Jared Rice Sr
committed
v0.0.8
1 parent 9ef94cf commit f13bf04

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ $ npm install -g example-houston-plugin-ts
2323
$ houston-example GUIDANCE
2424
Communicating with Houston......
2525
$ houston-example (-v|--version|version)
26-
example-houston-plugin-ts/0.0.6 darwin-x64 node-v8.11.1
26+
example-houston-plugin-ts/0.0.8 darwin-x64 node-v8.11.1
2727
$ houston-example --help [GUIDANCE]
2828
USAGE
2929
$ houston-example GUIDANCE
@@ -52,5 +52,5 @@ EXAMPLE
5252
hello world from ./src/hello.ts!
5353
```
5454

55-
_See code: [src/guidances/hello.ts](https://github.com/benchlab/example-houston-plugin-ts/blob/v0.0.6/src/guidances/hello.ts)_
55+
_See code: [src/guidances/hello.ts](https://github.com/benchlab/example-houston-plugin-ts/blob/v0.0.8/src/guidances/hello.ts)_
5656
<!-- guidancesstop -->

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
{
22
"name": "example-houston-plugin-ts",
33
"description": "Example HOUSTON Plugin Written In TypeScript",
4-
"version": "0.0.6",
4+
"version": "0.0.8",
55
"author": "Block.Network",
66
"bugs": "https://github.com/benchlab/example-houston-plugin-ts/issues",
77
"dependencies": {
88
"guidancejs": "latest",
99
"lyndon-config": "latest"
1010
},
1111
"devDependencies": {
12-
"lyndon-helper": "latest",
13-
"houston-plugin-help": "latest",
14-
"lyndon-test": "latest",
1512
"@types/chai": "4",
1613
"@types/mocha": "5",
1714
"@types/node": "9",
1815
"chai": "4",
1916
"globby": "8",
17+
"houston-plugin-help": "latest",
18+
"lyndon-helper": "latest",
19+
"lyndon-test": "latest",
2020
"mocha": "5",
2121
"nyc": "11",
2222
"ts-node": "5",

0 commit comments

Comments
 (0)