Skip to content

Commit

Permalink
remove stray semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
fritzy committed Sep 22, 2021
1 parent cbd2f70 commit 795d085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pkg.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class Pkg extends BaseCommand {
const result = {}

if (this.npm.config.get('include-workspace-root')) {
this.prefix = this.npm.localPrefix;
this.prefix = this.npm.localPrefix
const name = readPackageName(this.prefix)
result[name] = await this.pkg(args)
}
Expand Down

0 comments on commit 795d085

Please sign in to comment.