fix(sourcemap-uploader): rename conflicting argument
This commit is contained in:
parent
502307b841
commit
d1f44f871c
2 changed files with 3 additions and 2 deletions
|
|
@ -21,7 +21,8 @@ parser.addArgument(['-p', '-i', '--project-key'], { // -i is depricated
|
|||
parser.addArgument(['-s', '--server'], {
|
||||
help: 'OpenReplay API server URL for upload',
|
||||
});
|
||||
parser.addArgument(['-v', '--verbose'], {
|
||||
// Should be verbose, but conflicting on npm compilation into bin
|
||||
parser.addArgument(['-l', '--logs'], {
|
||||
help: 'Log requests information',
|
||||
action: 'storeTrue',
|
||||
});
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@openreplay/sourcemap-uploader",
|
||||
"version": "3.0.3",
|
||||
"version": "3.0.4",
|
||||
"description": "NPM module to upload your JS sourcemaps files to OpenReplay",
|
||||
"bin": "cli.js",
|
||||
"main": "index.js",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue