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,