From d59d335426529d154d5de8d57da3ba2e003f585c Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Pasquier Date: Mon, 26 Aug 2019 12:53:57 +0200 Subject: [PATCH] fix: remove unused dependencies --- src/dependencies.pug | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/dependencies.pug b/src/dependencies.pug index 53ee6a8..e29ccdc 100644 --- a/src/dependencies.pug +++ b/src/dependencies.pug @@ -19,6 +19,6 @@ script(type="module" src="https://unpkg.com/@startinblox/core@0.8") script(type="module" src="https://unpkg.com/@startinblox/router@0.7") script(type="module" src="https://unpkg.com/@startinblox/component-chat@0.2") script(type="module" src="https://unpkg.com/@startinblox/component-notifications@0.2") -script(type="module" src="https://unpkg.com/@startinblox/component-conversation@0.3") -script(type="module" src="https://unpkg.com/@startinblox/component-directory@0.3") -script(type="module" src="https://unpkg.com/@startinblox/component-job-board@0.3") +//- script(type="module" src="https://unpkg.com/@startinblox/component-conversation@0.3") +//- script(type="module" src="https://unpkg.com/@startinblox/component-directory@0.3") +//- script(type="module" src="https://unpkg.com/@startinblox/component-job-board@0.3")