From 9035c7d205eda99287a66ac187ad0d4ee8cbdba1 Mon Sep 17 00:00:00 2001 From: Joao Moreno Date: Fri, 10 Aug 2018 10:07:41 +0200 Subject: [PATCH] fix documentation --- src/api.ts | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/api.ts b/src/api.ts index d022872..46c5b90 100644 --- a/src/api.ts +++ b/src/api.ts @@ -26,9 +26,9 @@ export interface ICreateVSIXOptions { */ baseImagesUrl?: string; - /** - * Should Yarn be used in place of NPM - */ + /** + * Should use Yarn instead of NPM. + */ useYarn?: boolean; } @@ -58,10 +58,10 @@ export interface IPublishOptions { */ baseImagesUrl?: string; - /** - * Should Yarn be used in place of NPM - */ - useYarn?: boolean; + /** + * Should use Yarn instead of NPM. + */ + useYarn?: boolean; } /** @@ -104,10 +104,10 @@ export interface IPublishVSIXOptions { */ baseImagesUrl?: string; - /** - * Should Yarn be used in place of NPM - */ - useYarn?: boolean; + /** + * Should use Yarn instead of NPM. + */ + useYarn?: boolean; } /**