fix documentation

This commit is contained in:
Joao Moreno 2018-08-10 10:07:41 +02:00
parent 663c64eb0c
commit 9035c7d205

View file

@ -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;
}