We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 803c734 commit 16a2763Copy full SHA for 16a2763
package.json
@@ -4,7 +4,7 @@
4
"description": "",
5
"keywords": [],
6
"author": "",
7
- "main": "src/index.ts",
+ "main": "index.js",
8
"license": "ISC",
9
"scripts": {
10
"build": "tsc",
src/index.ts
@@ -89,4 +89,6 @@ class Codebolt {
89
dbmemory = dbmemory;
90
}
91
92
-export default new Codebolt();
+// export default new Codebolt();
93
+
94
+module.exports = new Codebolt();
0 commit comments