From 9136b2633133c92c648f5f272262cdbbc3b8476e Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Pasquier Date: Thu, 18 Jun 2020 20:40:10 +0200 Subject: [PATCH] fix job board version --- src/dependencies.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dependencies.pug b/src/dependencies.pug index d5fc232..f5c7451 100644 --- a/src/dependencies.pug +++ b/src/dependencies.pug @@ -19,7 +19,7 @@ if endpoints.events || (endpoints.get && endpoints.get.events) //- script(type="module" src="/lib/sib-event/sib-event.js" defer) if endpoints.joboffers || (endpoints.get && endpoints.get.joboffers) - script(type="module" src="https://unpkg.com/@startinblox/component-job-board@0.6" defer) + script(type="module" src="https://unpkg.com/@startinblox/component-job-board@0.5" defer) //- script(type="module" src="/lib/solid-job-board/dist/index.js" defer) if (endpoints.uploads || (endpoints.get && endpoints.get.uploads)) && (endpoints.skills || (endpoints.get && endpoints.get.skills)) && (endpoints.users || (endpoints.get && endpoints.get.users))