Skip to content

Commit

Permalink
Fixing screw up in the package json path for cjs module output
Browse files Browse the repository at this point in the history
  • Loading branch information
einari committed Aug 29, 2024
1 parent 768607c commit b7cba4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/JavaScript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"**/*.ts"
],
"type": "module",
"main": "d.yarnist/cjs/index.js",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
"exports": {
Expand Down

0 comments on commit b7cba4e

Please sign in to comment.