We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d62c9b7 commit 1bb9e9fCopy full SHA for 1bb9e9f
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@codrjs/mongo",
3
- "version": "1.0.0",
+ "version": "1.0.1",
4
"description": "",
5
"main": "./cjs/index.js",
6
"module": "./esm/index.js",
src/index.ts
@@ -1 +1 @@
-console.log("Hello World");
+export * from "./utils";
src/utils/index.ts
@@ -0,0 +1 @@
+export { default as MongoManager } from "./MongoManager";
0 commit comments