Browse Source

Update report-npm-packages.ts

pull/10488/head
Mehmet Erim 4 years ago
committed by GitHub
parent
commit
c87d683a96
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      npm/scripts/report-npm-packages.ts

5
npm/scripts/report-npm-packages.ts

@ -22,11 +22,6 @@ function initCommander() {
.requiredOption( .requiredOption(
'-tc, --targetChannel <target-channel>', '-tc, --targetChannel <target-channel>',
'target channel to send message' 'target channel to send message'
)
.option(
'-r, --registry <registry>',
'npm server registry, default: https://registry.npmjs.org',
'https://registry.npmjs.org'
); );
program.parse(process.argv); program.parse(process.argv);

Loading…
Cancel
Save