File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ $ npm install -g eb-scripts
35
35
$ eb-scripts COMMAND
36
36
running command...
37
37
$ eb-scripts (-v| --version| version)
38
- eb-scripts/2.0.4 linux-x64 node-v13.1.0
38
+ eb-scripts/2.0.5 linux-x64 node-v13.1.0
39
39
$ eb-scripts --help [COMMAND]
40
40
USAGE
41
41
$ eb-scripts COMMAND
@@ -73,7 +73,7 @@ EXAMPLE
73
73
added: src/MyNewComponent.js
74
74
```
75
75
76
- _ See code: [ src/commands/generate.ts] ( https://github.com/echobind/eb-scripts/blob/v2.0.4 /src/commands/generate.ts ) _
76
+ _ See code: [ src/commands/generate.ts] ( https://github.com/echobind/eb-scripts/blob/v2.0.5 /src/commands/generate.ts ) _
77
77
78
78
## ` eb-scripts help [COMMAND] `
79
79
@@ -111,7 +111,7 @@ EXAMPLE
111
111
$ npx eb-scripts init react
112
112
```
113
113
114
- _ See code: [ src/commands/init.ts] ( https://github.com/echobind/eb-scripts/blob/v2.0.4 /src/commands/init.ts ) _
114
+ _ See code: [ src/commands/init.ts] ( https://github.com/echobind/eb-scripts/blob/v2.0.5 /src/commands/init.ts ) _
115
115
<!-- commandsstop -->
116
116
117
117
# Contributing
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eb-scripts" ,
3
3
"description" : " A CLI and scripts used at Echobind" ,
4
- "version" : " 2.0.4 " ,
4
+ "version" : " 2.0.5 " ,
5
5
"author" : " Joe Previte @jsjoeio" ,
6
6
"bin" : {
7
7
"eb-scripts" : " ./bin/run"
You can’t perform that action at this time.
0 commit comments