Skip to content

Commit

Permalink
update exports in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
siuvdlec committed Jan 11, 2024
1 parent 4e93a61 commit 04d72c0
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,14 @@
],
"main": "./dist/index.js",
"exports": {
"package.json": "./package.json",
"react": "./dist/react.js",
"node": "./dist/node.js",
"next": "./dist/next.js",
"prettierrc.json": "./prettierrc.json"
"./package.json": "./package.json",
".": {
"require": "./dist/index.js"
},
"./react": "./dist/react.js",
"./node": "./dist/node.js",
"./next": "./dist/next.js",
"./prettierrc.json": "./dist/prettierrc.json"
},
"scripts": {
"tsc": "tsc",
Expand Down

0 comments on commit 04d72c0

Please sign in to comment.