Skip to content
Snippets Groups Projects
Commit 6041a055 authored by Benoit Alessandroni's avatar Benoit Alessandroni
Browse files

update: Fixing event and resources version numbers

parent 268169dd
No related branches found
No related tags found
1 merge request!172First integration to Hubl of the resource component
Pipeline #6940 passed
......@@ -15,11 +15,11 @@ script(type="module" src="https://unpkg.com/@startinblox/component-notifications
//- script(type="module" src="/lib/sib-notifications/index.js" defer)
if endpoints.events || (endpoints.get && endpoints.get.events)
script(type="module" src="https://unpkg.com/@startinblox/component-event@0.1" defer)
script(type="module" src="https://unpkg.com/@startinblox/component-event@1.1" defer)
//- script(type="module" src="/lib/sib-event-component/sib-event.js" defer)
if endpoints.resources || (endpoints.get && endpoints.get.resources)
script(type="module" src="https://unpkg.com/@startinblox/component-resource@0.1" defer)
script(type="module" src="https://unpkg.com/@startinblox/component-resource@1.0" defer)
//-script(type="module" src="/lib/sib-resource/sib-resource.js" defer)
if endpoints.joboffers || (endpoints.get && endpoints.get.joboffers)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment