From fde7dc4946ffe3815ecd3502fd041dd3e9718dcb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ga=C3=ABlle=20Morin?= <morin.gaelle@gmail.com>
Date: Thu, 14 Mar 2019 14:43:18 +0100
Subject: [PATCH] wip

---
 src/dependencies.pug | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/dependencies.pug b/src/dependencies.pug
index 68df828e..29a419d8 100644
--- a/src/dependencies.pug
+++ b/src/dependencies.pug
@@ -32,8 +32,8 @@ link(rel='stylesheet', href='https://fonts.googleapis.com/css?family=Open+Sans:3
 //link(rel='import', href='/lib/sib-chat/sib-chat.html')
 
 //- cdn
-//- don't forget to change version in hd-widgets.js
 script(type="module" src="https://unpkg.com/@startinblox/core@0.6")
 script(type="module" src="https://unpkg.com/@startinblox/router@0.6")
 script(type="module" src="https://unpkg.com/@startinblox/component-chat@0.1")
+script(type="module" src="https://unpkg.com/@startinblox/component-directory")
 
-- 
GitLab