fix documentation

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

View file

@ -26,9 +26,9 @@ export interface ICreateVSIXOptions {
*/ */
baseImagesUrl?: string; baseImagesUrl?: string;
/** /**
* Should Yarn be used in place of NPM * Should use Yarn instead of NPM.
*/ */
useYarn?: boolean; useYarn?: boolean;
} }
@ -58,10 +58,10 @@ export interface IPublishOptions {
*/ */
baseImagesUrl?: string; baseImagesUrl?: string;
/** /**
* Should Yarn be used in place of NPM * Should use Yarn instead of NPM.
*/ */
useYarn?: boolean; useYarn?: boolean;
} }
/** /**
@ -104,10 +104,10 @@ export interface IPublishVSIXOptions {
*/ */
baseImagesUrl?: string; baseImagesUrl?: string;
/** /**
* Should Yarn be used in place of NPM * Should use Yarn instead of NPM.
*/ */
useYarn?: boolean; useYarn?: boolean;
} }
/** /**