From 97cef8a46daba4ac6b0e84e5e3be06a9955add79 Mon Sep 17 00:00:00 2001
From: Jean-Baptiste <bleme@pm.me>
Date: Wed, 23 Jan 2019 14:27:07 +0100
Subject: [PATCH] update: use latest sib-core

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

diff --git a/src/dependencies.pug b/src/dependencies.pug
index ce142cb2..e9cacd38 100644
--- a/src/dependencies.pug
+++ b/src/dependencies.pug
@@ -33,7 +33,7 @@ link(rel='stylesheet', href='https://fonts.googleapis.com/css?family=Open+Sans:3
 //link(rel='import', href='/lib/sib-chat/sib-chat.html')
 
 //- cdn
-script(type="module" src="https://unpkg.com/@startinblox/core@0.5.5")
+script(type="module" src="https://unpkg.com/@startinblox/core@latest")
 script(type="module" src="https://unpkg.com/@startinblox/router@latest")
 script(type="module" src="https://cdn.happy-dev.fr/sib-chat/sib-chat.js")
 
-- 
GitLab