Skip to content

Commit

Permalink
fix: update legacy entry point
Browse files Browse the repository at this point in the history
  • Loading branch information
brettz9 committed Jan 2, 2024
1 parent d940187 commit a049c87
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 @@ -84,7 +84,7 @@
"*.js": "npm run lint-arg -- --fix"
},
"type": "module",
"main": "./dist/index.js",
"main": "./dist/index.cjs",
"types": "./dist/index.d.ts",
"exports": {
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit a049c87

Please sign in to comment.