Skip to content

Commit

Permalink
adds export for package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
arch1995 committed Sep 9, 2024
1 parent dd94394 commit 2273dee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
"require": "./dist/lib.cjs/index.js",
"types": "./dist/types/index.d.ts"
},
"./package.json": {
"import": "./package.json",
"require": "./package.json"
},
"./core": {
"import": "./dist/lib.esm/core/index.js",
"require": "./dist/lib.cjs/core/index.js",
Expand Down

0 comments on commit 2273dee

Please sign in to comment.