Skip to content

Commit bb04eb3

Browse files
version to 0.0.5 (#32)
1 parent 4db73e2 commit bb04eb3

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ By standardizing test results, reports can be validated, merged, compared, and a
2424
Use `npx` to run the CLI without installing:
2525

2626
```bash
27-
npx ctrf-cli@0.0.5-next-1 validate report.json
27+
npx ctrf-cli@0.0.5 validate report.json
2828
```
2929

3030
### Global Installation
3131

3232
Or install globally for repeated use:
3333

3434
```bash [npm]
35-
npm install -g ctrf-cli@0.0.5-next-1
35+
npm install -g ctrf-cli@0.0.5
3636
```
3737

3838
After global installation, use the `ctrf` command:

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "module",
33
"name": "ctrf-cli",
4-
"version": "0.0.6",
4+
"version": "0.0.5",
55
"description": "Various CTRF utilities available from the command line",
66
"main": "dist/index.js",
77
"bin": {

0 commit comments

Comments
 (0)