From 085b3f5773ecd78c42e49c82f0a579c3c99c199d Mon Sep 17 00:00:00 2001 From: Fabian Stamm Date: Fri, 31 Jul 2020 23:47:45 +0200 Subject: [PATCH] Switching to jsx-html branch which includes a fix not yet available in the original repo --- registry/src/deps.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry/src/deps.ts b/registry/src/deps.ts index ec6b01e..6069bb0 100644 --- a/registry/src/deps.ts +++ b/registry/src/deps.ts @@ -24,6 +24,6 @@ export { React, jsx, Fragment, -} from "https://raw.githubusercontent.com/apiel/jsx-html/1.2.1/mod.ts"; +} from "https://raw.githubusercontent.com/hibas123/jsx-html/master/mod.ts"; export const Datastore = DS;