fix documentation
This commit is contained in:
parent
663c64eb0c
commit
9035c7d205
1 changed files with 11 additions and 11 deletions
|
@ -27,7 +27,7 @@ export interface ICreateVSIXOptions {
|
|||
baseImagesUrl?: string;
|
||||
|
||||
/**
|
||||
* Should Yarn be used in place of NPM
|
||||
* Should use Yarn instead of NPM.
|
||||
*/
|
||||
useYarn?: boolean;
|
||||
}
|
||||
|
@ -59,7 +59,7 @@ export interface IPublishOptions {
|
|||
baseImagesUrl?: string;
|
||||
|
||||
/**
|
||||
* Should Yarn be used in place of NPM
|
||||
* Should use Yarn instead of NPM.
|
||||
*/
|
||||
useYarn?: boolean;
|
||||
}
|
||||
|
@ -105,7 +105,7 @@ export interface IPublishVSIXOptions {
|
|||
baseImagesUrl?: string;
|
||||
|
||||
/**
|
||||
* Should Yarn be used in place of NPM
|
||||
* Should use Yarn instead of NPM.
|
||||
*/
|
||||
useYarn?: boolean;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue