Skip to content

Commit 16a2763

Browse files
committed
updated index.ts
1 parent 803c734 commit 16a2763

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "",
55
"keywords": [],
66
"author": "",
7-
"main": "src/index.ts",
7+
"main": "index.js",
88
"license": "ISC",
99
"scripts": {
1010
"build": "tsc",

src/index.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,4 +89,6 @@ class Codebolt {
8989
dbmemory = dbmemory;
9090
}
9191

92-
export default new Codebolt();
92+
// export default new Codebolt();
93+
94+
module.exports = new Codebolt();

0 commit comments

Comments
 (0)