Skip to content

Commit

Permalink
Update deps.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
manyuanrong committed Aug 5, 2019
1 parent 2ef508f commit a336d6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps.ts
@@ -1,6 +1,6 @@
export { assert, assertEquals, assertThrowsAsync } from "https://deno.land/std/testing/asserts.ts";
export { runTests, test, TestFunction } from "https://deno.land/std/testing/mod.ts";
export { Client, ClientConfig, Connection } from "https://deno.land/x/mysql@1.1.6/mod.ts";
export { Client, ClientConfig, Connection } from "https://deno.land/x/mysql@1.2.0/mod.ts";
export { Join, Order, Query, replaceParams, Where } from "https://deno.land/x/sql_builder@1.3.5/mod.ts";

import "./src/Reflect.ts";

0 comments on commit a336d6a

Please sign in to comment.