Skip to content

Commit

Permalink
fix(package): change path to index.js (#81)
Browse files Browse the repository at this point in the history
Co-authored-by: Nikita Almanov <131481562+nikkeyl@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and nikkeyl authored Feb 22, 2024
1 parent 089e05b commit 5706b8d
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
@@ -1,7 +1,7 @@
{
"type": "module",
"exports": {
".": "./dist/index.js",
".": "./index.js",
"./*": "./commitlint.config.ts"
},
"types": "index.d.ts",
Expand Down

0 comments on commit 5706b8d

Please sign in to comment.