Skip to content

Commit

Permalink
fix: package.json main entry
Browse files Browse the repository at this point in the history
  • Loading branch information
hongaar committed Mar 23, 2022
1 parent c24e642 commit 10f1828
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"files": [
"lib"
],
"main": "./lib/cjs/index.js",
"main": "./lib/cjs/index.cjs",
"exports": {
"types": "./lib/types/index.d.ts",
"import": "./lib/cjs/index.cjs",
Expand Down Expand Up @@ -81,4 +81,4 @@
"tsd": {
"directory": "tests/types"
}
}
}

0 comments on commit 10f1828

Please sign in to comment.