Skip to content
This repository was archived by the owner on Dec 12, 2023. It is now read-only.

Commit de16d58

Browse files
committed
Return options from uninstall method
1 parent af9118c commit de16d58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/uninstall.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export function uninstallDependencies (names: string[], options: UninstallDepend
5353
return Promise.all(names.map(x => uninstallFrom(x, options)))
5454
.then(() => writeBundle(names, options))
5555
.then(() => writeToConfig(names, options))
56-
.then(() => undefined)
56+
.then(() => options)
5757
})
5858
}
5959

0 commit comments

Comments
 (0)