From 40f1c06f7be9fb868e3b82b7aa8a91111004ebc2 Mon Sep 17 00:00:00 2001 From: Marjolaine Le Bon Date: Wed, 12 May 2021 20:16:20 +0200 Subject: [PATCH] update: minor version of invoice component --- src/dependencies.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dependencies.pug b/src/dependencies.pug index d9558b2..6fb55a0 100644 --- a/src/dependencies.pug +++ b/src/dependencies.pug @@ -37,7 +37,7 @@ if componentSet.has("events") || componentSet.has("polls") || componentSet.has(" script(type="module" src="https://cdn.skypack.dev/@startinblox/component-conversation@0.10" defer) if componentSet.has("invoices") - script(type="module" src="https://cdn.skypack.dev/@startinblox/component-invoicing@1.2" defer) + script(type="module" src="https://cdn.skypack.dev/@startinblox/component-invoicing@1.3" defer) //- script(type="module" src="/lib/solid-invoicing/solid-invoicing.js" defer) if componentSet.has("jobBoard")