fix: Remove type='module' in dependencies.pug

This commit is contained in:
Gaëlle Morin 2019-03-26 11:44:14 +01:00
parent 2025a07794
commit 878f6d1dfe
1 changed files with 3 additions and 3 deletions

View File

@ -4,8 +4,7 @@
//- script(src="lib/html-imports.js")
script(
type="module"
src="https://unpkg.com/@startinblox/oidc@0.6"
src="https://unpkg.com/@startinblox/oidc@0.5"
data-authority=`${sdn}/openid/`,
data-client_id=`${client_id}`,
data-response_type='id_token token',
@ -33,7 +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@latest")
script(type="module" src="https://unpkg.com/@startinblox/router@0.6")
script(type="module" src="https://unpkg.com/@startinblox/component-chat@0.1")