Skip to content

Commit

Permalink
export manager class
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanBulmer committed Jun 11, 2023
1 parent d62c9b7 commit 1bb9e9f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codrjs/mongo",
"version": "1.0.0",
"version": "1.0.1",
"description": "",
"main": "./cjs/index.js",
"module": "./esm/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
console.log("Hello World");
export * from "./utils";
1 change: 1 addition & 0 deletions src/utils/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export { default as MongoManager } from "./MongoManager";

0 comments on commit 1bb9e9f

Please sign in to comment.