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 5843775 commit 6fbe1e9Copy full SHA for 6fbe1e9
1 file changed
ts/package.json
@@ -6,14 +6,14 @@
6
"type": "git",
7
"url": "git+https://github.com/code0-tech/hercules.git"
8
},
9
- "main": "./dist/index.cjs",
10
- "module": "./dist/index.js",
+ "main": "./dist/hercules.cjs.js",
+ "module": "./dist/hercules.es.js",
11
"types": "./dist/index.d.ts",
12
"exports": {
13
".": {
14
15
- "import": "./dist/index.js",
16
- "require": "./dist/index.cjs"
+ "import": "./dist/hercules.es.js",
+ "require": "./dist/hercules.cjs.js"
17
}
18
19
"files": [
0 commit comments