Skip to content

Commit

Permalink
Merge pull request #20 from devaa-security/u/s5dev/release1.1.2
Browse files Browse the repository at this point in the history
release version 1.1.1
  • Loading branch information
s5dev authored Aug 29, 2023
2 parents 9edb040 + acb1c9d commit 77ffabf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion manifest-scanner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "manifest-scanner",
"version": "1.1.0",
"version": "1.1.1",
"description": "Manifest Scanner for Android Application",
"author": "Shivasurya @s5dev",
"bin": {
Expand Down
6 changes: 0 additions & 6 deletions manifest-scanner/src/commands/scan.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,6 @@ export default class Scan extends Command {
public async run(): Promise<void> {
const {args, flags} = await this.parse(Scan)

if (flags.file && flags.report) {
this.log(
`you input --report and --file: ${flags.file} and ${flags.report}`,
)
}

// throw error if required flags are not provided
if (!flags.file) {
this.error('Please provide a file path')
Expand Down

0 comments on commit 77ffabf

Please sign in to comment.