We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd789a8 commit 60acf6aCopy full SHA for 60acf6a
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "ui-coverage-scenario-tool-js",
3
- "version": "0.2.0",
+ "version": "0.3.0",
4
"type": "module",
5
"files": [
6
"dist",
@@ -20,7 +20,7 @@
20
}
21
},
22
"bin": {
23
- "ui-coverage-tool": "./dist/cli.js"
+ "ui-coverage-scenario-tool": "./dist/cli.js"
24
25
"scripts": {
26
"build": "tsup",
src/cli.ts
@@ -7,7 +7,7 @@ const program = new Command();
7
program
8
.name('ui-coverage-scenario-tool')
9
.description('UI Coverage Scenario CLI Tool')
10
- .version('0.2.0');
+ .version('0.3.0');
11
12
13
.command('save-report')
0 commit comments