Skip to content

Commit

Permalink
fix: revert main entry removal
Browse files Browse the repository at this point in the history
Reported to break some existing TypeScript setups.

Closes #36
  • Loading branch information
nikku committed Mar 19, 2024
1 parent 7b58b54 commit e44aa44
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Expand Up @@ -3,6 +3,8 @@
"version": "10.2.1",
"description": "Dependency Injection for JavaScript",
"types": "dist/index.d.ts",
"main": "dist/index.cjs",
"module": "dist/index.js",
"exports": {
".": {
"import": "./dist/index.js",
Expand Down

0 comments on commit e44aa44

Please sign in to comment.