Skip to content

Commit 4f51a81

Browse files
chore(release): 2.0.3 [skip ci]
## [2.0.3](v2.0.2...v2.0.3) (2019-11-12) ### Bug Fixes * add templates to files for package and add build script ([500891c](500891c)) * update root path in getTemplateLocation ([1414d3a](1414d3a)) * update tests based on new templates ([24c6441](24c6441))
1 parent 24c6441 commit 4f51a81

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.2 linux-x64 node-v13.1.0
38+
eb-scripts/2.0.3 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.2/src/commands/generate.ts)_
76+
_See code: [src/commands/generate.ts](https://github.com/echobind/eb-scripts/blob/v2.0.3/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.2/src/commands/init.ts)_
114+
_See code: [src/commands/init.ts](https://github.com/echobind/eb-scripts/blob/v2.0.3/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.2",
4+
"version": "2.0.3",
55
"author": "Joe Previte @jsjoeio",
66
"bin": {
77
"eb-scripts": "./bin/run"

0 commit comments

Comments
 (0)