Making jsx-html fixed version
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Fabian Stamm 2020-07-31 20:32:32 +02:00
parent d2e2b49c46
commit 5e9139e861
2 changed files with 1 additions and 2 deletions

View File

@ -24,6 +24,6 @@ export {
React, React,
jsx, jsx,
Fragment, 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; export const Datastore = DS;

View File

@ -90,7 +90,6 @@ export function extractPackagePath(path: string): [string, string | undefined] {
import db from "./db.ts"; import db from "./db.ts";
import bucket from "./s3.ts"; import bucket from "./s3.ts";
import { S3 } from "./deps.ts";
export async function getFile( export async function getFile(
pkgName: string, pkgName: string,