File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ $ npm install -g example-houston-plugin-ts
23
23
$ houston-example GUIDANCE
24
24
Communicating with Houston......
25
25
$ 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
27
27
$ houston-example --help [GUIDANCE]
28
28
USAGE
29
29
$ houston-example GUIDANCE
@@ -52,5 +52,5 @@ EXAMPLE
52
52
hello world from ./src/hello.ts!
53
53
```
54
54
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 ) _
56
56
<!-- guidancesstop -->
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " example-houston-plugin-ts" ,
3
3
"description" : " Example HOUSTON Plugin Written In TypeScript" ,
4
- "version" : " 0.0.6 " ,
4
+ "version" : " 0.0.8 " ,
5
5
"author" : " Block.Network" ,
6
6
"bugs" : " https://github.com/benchlab/example-houston-plugin-ts/issues" ,
7
7
"dependencies" : {
8
8
"guidancejs" : " latest" ,
9
9
"lyndon-config" : " latest"
10
10
},
11
11
"devDependencies" : {
12
- "lyndon-helper" : " latest" ,
13
- "houston-plugin-help" : " latest" ,
14
- "lyndon-test" : " latest" ,
15
12
"@types/chai" : " 4" ,
16
13
"@types/mocha" : " 5" ,
17
14
"@types/node" : " 9" ,
18
15
"chai" : " 4" ,
19
16
"globby" : " 8" ,
17
+ "houston-plugin-help" : " latest" ,
18
+ "lyndon-helper" : " latest" ,
19
+ "lyndon-test" : " latest" ,
20
20
"mocha" : " 5" ,
21
21
"nyc" : " 11" ,
22
22
"ts-node" : " 5" ,
You can’t perform that action at this time.
0 commit comments