Skip to content

Commit

Permalink
Remove init from public API
Browse files Browse the repository at this point in the history
  • Loading branch information
jaspervhaastert committed May 18, 2020
1 parent 6e5c9f8 commit 9da60fd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mod.ts
@@ -1,3 +1,5 @@
import { init } from "./ts/util.ts";

export * from "./ts/client.ts";
export * from "./ts/collection.ts";
export * from "./ts/database.ts";
Expand All @@ -7,3 +9,5 @@ export * from "./ts/util.ts";
export const VERSION = "v0.6.0";
export const RELEASE_URL =
`https://github.com/manyuanrong/deno_mongo/releases/download/${VERSION}`;

await init();

0 comments on commit 9da60fd

Please sign in to comment.