Skip to content

Commit 60acf6a

Browse files
author
Nikita Filonov
committed
update command
1 parent cd789a8 commit 60acf6a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ui-coverage-scenario-tool-js",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"type": "module",
55
"files": [
66
"dist",
@@ -20,7 +20,7 @@
2020
}
2121
},
2222
"bin": {
23-
"ui-coverage-tool": "./dist/cli.js"
23+
"ui-coverage-scenario-tool": "./dist/cli.js"
2424
},
2525
"scripts": {
2626
"build": "tsup",

src/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const program = new Command();
77
program
88
.name('ui-coverage-scenario-tool')
99
.description('UI Coverage Scenario CLI Tool')
10-
.version('0.2.0');
10+
.version('0.3.0');
1111

1212
program
1313
.command('save-report')

0 commit comments

Comments
 (0)