Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
add `./package.json` as an export entry
  • Loading branch information
ahmedelgabri authored and mweststrate committed Mar 26, 2024
1 parent 8e465ab commit baa387a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -5,6 +5,7 @@
"main": "./dist/cjs/index.js",
"module": "./dist/immer.legacy-esm.js",
"exports": {
"./package.json": "./package.json",
".": {
"types": "./dist/immer.d.ts",
"import": "./dist/immer.mjs",
Expand Down

0 comments on commit baa387a

Please sign in to comment.