Skip to content

Commit 1bb9e9f

Browse files
author
DylanBulmer
committed
export manager class
1 parent d62c9b7 commit 1bb9e9f

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codrjs/mongo",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "",
55
"main": "./cjs/index.js",
66
"module": "./esm/index.js",

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
console.log("Hello World");
1+
export * from "./utils";

src/utils/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export { default as MongoManager } from "./MongoManager";

0 commit comments

Comments
 (0)