Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
append return to the method call

Co-Authored-By: Michał Pierzchała <thymikee@gmail.com>
  • Loading branch information
jamesgeorge007 and thymikee authored Jun 21, 2019
1 parent cb095f7 commit d439d0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/tools/packageManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export function installDev(packageNames: Array<string>, options?: Options) {
}

export function uninstall(packageNames: Array<string>, options?: Options) {
configurePackageManager(
return configurePackageManager(
shouldUseYarn(options),
packageNames,
options,
Expand Down

0 comments on commit d439d0c

Please sign in to comment.