Skip to content

Commit 70bf00a

Browse files
zhu-xiaoweixiaoweii
andauthored
fix: the cjs entry file name (#50)
Co-authored-by: xiaoweii <xiaoweii@amazom.com>
1 parent adda236 commit 70bf00a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.10.0",
44
"description": "ClickstreamAnalytics Web SDK",
55
"license": "Apache-2.0",
6-
"main": "./lib/index.ts",
6+
"main": "./lib/index.js",
77
"module": "./lib-esm/index.js",
88
"typings": "./lib-esm/index.d.ts",
99
"publishConfig": {

0 commit comments

Comments
 (0)