Skip to content

Commit 6fbe1e9

Browse files
committed
feat: correct file
1 parent 5843775 commit 6fbe1e9

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

ts/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
"type": "git",
77
"url": "git+https://github.com/code0-tech/hercules.git"
88
},
9-
"main": "./dist/index.cjs",
10-
"module": "./dist/index.js",
9+
"main": "./dist/hercules.cjs.js",
10+
"module": "./dist/hercules.es.js",
1111
"types": "./dist/index.d.ts",
1212
"exports": {
1313
".": {
1414
"types": "./dist/index.d.ts",
15-
"import": "./dist/index.js",
16-
"require": "./dist/index.cjs"
15+
"import": "./dist/hercules.es.js",
16+
"require": "./dist/hercules.cjs.js"
1717
}
1818
},
1919
"files": [

0 commit comments

Comments
 (0)