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

Fixing dependency

parent d71bf700
No related branches found
No related tags found
1 merge request!172First integration to Hubl of the resource component
Pipeline #7833 passed
......@@ -15,7 +15,7 @@ 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)) && (endpoints.typeevents || (endpoints.get && endpoints.get.typeevents))
script(type="module" src="https://unpkg.com/@startinblox/component-event@1.1" defer)
script(type="module" src="https://unpkg.com/@startinblox/component-event@1.2" defer)
//- script(type="module" src="/lib/sib-event-component/sib-event.js" defer)
if (endpoints.resources || (endpoints.get && endpoints.get.resources)) && (endpoints.resourceskeywords || (endpoints.get && endpoints.get.resourceskeywords)) && (endpoints.resourcestypes || (endpoints.get && endpoints.get.resourcestypes))
......
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