From 5b60adef5da49d7d1b62aa9f484b27c9fa319bdd Mon Sep 17 00:00:00 2001 From: Shreynik Date: Sat, 9 Nov 2019 16:19:01 +0530 Subject: [PATCH] fix: adds sort_packages in WebConf Interface (#227) --- core/types/index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/core/types/index.d.ts b/core/types/index.d.ts index d826c091..1c8eb539 100644 --- a/core/types/index.d.ts +++ b/core/types/index.d.ts @@ -286,6 +286,7 @@ declare module '@verdaccio/types' { title?: string; logo?: string; gravatar?: boolean; + sort_packages?: string; } interface HttpsConf {