update: Update kwik to 1.3.1 (#2424)

* update: Update kwik to 1.3.0

* Update deps.ts

* fix import url

Co-authored-by: LTS20050703 <lts20050703@gmail.com>
This commit is contained in:
TriForMine
2022-09-02 11:11:39 -05:00
committed by GitHub
co-authored by LTS20050703
parent cfbb1cd415
commit 2b02fd4d5a
+1 -1
View File
@@ -6,4 +6,4 @@ export * from "https://deno.land/std@0.117.0/fmt/colors.ts";
// Get data from .env files
export { config as dotEnvConfig } from "https://deno.land/x/dotenv@v3.1.0/mod.ts";
// Database, thx Tri!
export * from "https://deno.land/x/kwik@v1.2.1/mod.ts";
export * from "https://deno.land/x/kwik@1.3.1/mod.ts";