Skip to content

Commit

Permalink
Add entry export field
Browse files Browse the repository at this point in the history
  • Loading branch information
dac09 committed Jun 24, 2024
1 parent ae30ea6 commit 78ed8fd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
},
"license": "MIT",
"main": "./dist/index.js",

"types": "dist/index.d.ts",
"bin": {
"cross-env": "./dist/cjs/bins/cross-env.js",
Expand Down Expand Up @@ -59,6 +60,10 @@
"require": "./dist/cjs/graphql.js",
"import": "./dist/graphql.js"
},
"./dist/entry/index.js": {
"require": "./dist/cjs/entry/index.js",
"import": "./dist/entry/index.js"
},
"./toast": {
"require": "./dist/cjs/toast/index.js",
"import": "./dist/toast/index.js",
Expand Down

0 comments on commit 78ed8fd

Please sign in to comment.