From 5e9139e861d718578275eebea9a8f610db09f78b Mon Sep 17 00:00:00 2001 From: Fabian Stamm Date: Fri, 31 Jul 2020 20:32:32 +0200 Subject: [PATCH] Making jsx-html fixed version --- registry/src/deps.ts | 2 +- registry/src/utils.ts | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/registry/src/deps.ts b/registry/src/deps.ts index 75ecdfb..ec6b01e 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/master/mod.ts"; +} from "https://raw.githubusercontent.com/apiel/jsx-html/1.2.1/mod.ts"; export const Datastore = DS; diff --git a/registry/src/utils.ts b/registry/src/utils.ts index 0b0fb03..77eb03d 100644 --- a/registry/src/utils.ts +++ b/registry/src/utils.ts @@ -90,7 +90,6 @@ export function extractPackagePath(path: string): [string, string | undefined] { import db from "./db.ts"; import bucket from "./s3.ts"; -import { S3 } from "./deps.ts"; export async function getFile( pkgName: string,