Making jsx-html fixed version
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
d2e2b49c46
commit
5e9139e861
@ -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;
|
||||||
|
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user