File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ You can execute the `create-ts-lib` CLI using [`npx`](https://github.com/zkat/np
8
8
9
9
``` sh
10
10
# Use NPX or npm install -g create-ts-lib to install it as a global package
11
- npx create-ts-lib my-typescript-lib
11
+ npx create-ts-lib@latest my-typescript-lib
12
12
cd my-typescript-lib && npm start
13
13
```
14
14
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ You can execute the `create-ts-lib` CLI using [`npx`](https://github.com/zkat/np
8
8
9
9
``` sh
10
10
# Use NPX or npm install -g create-ts-lib to install it as a global package
11
- npx create-ts-lib my-typescript-lib
11
+ npx create-ts-lib@latest my-typescript-lib
12
12
cd my-typescript-lib && npm start
13
13
```
14
14
You can’t perform that action at this time.
0 commit comments