Skip to content

Commit

Permalink
fix: the cjs entry file name (#50)
Browse files Browse the repository at this point in the history
Co-authored-by: xiaoweii <[email protected]>
  • Loading branch information
zhu-xiaowei and xiaoweii committed Mar 25, 2024
1 parent adda236 commit 70bf00a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.10.0",
"description": "ClickstreamAnalytics Web SDK",
"license": "Apache-2.0",
"main": "./lib/index.ts",
"main": "./lib/index.js",
"module": "./lib-esm/index.js",
"typings": "./lib-esm/index.d.ts",
"publishConfig": {
Expand Down

0 comments on commit 70bf00a

Please sign in to comment.