Skip to content

Commit a88ef2f

Browse files
chore(release): 2.0.5 [skip ci]
## [2.0.5](v2.0.4...v2.0.5) (2019-11-18) ### Bug Fixes * path import for stories ([#45](#45)) ([bd8f392](bd8f392))
1 parent bd8f392 commit a88ef2f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ $ npm install -g eb-scripts
3535
$ eb-scripts COMMAND
3636
running command...
3737
$ 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
3939
$ eb-scripts --help [COMMAND]
4040
USAGE
4141
$ eb-scripts COMMAND
@@ -73,7 +73,7 @@ EXAMPLE
7373
added: src/MyNewComponent.js
7474
```
7575

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)_
7777

7878
## `eb-scripts help [COMMAND]`
7979

@@ -111,7 +111,7 @@ EXAMPLE
111111
$ npx eb-scripts init react
112112
```
113113

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)_
115115
<!-- commandsstop -->
116116

117117
# Contributing

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "eb-scripts",
33
"description": "A CLI and scripts used at Echobind",
4-
"version": "2.0.4",
4+
"version": "2.0.5",
55
"author": "Joe Previte @jsjoeio",
66
"bin": {
77
"eb-scripts": "./bin/run"

0 commit comments

Comments
 (0)