Skip to content

Commit

Permalink
fix: add widget to package.json exports
Browse files Browse the repository at this point in the history
  • Loading branch information
gorgeousvlad committed Jul 18, 2023
1 parent 6fdc66b commit 3fb0dd0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"require": "./server/index.js",
"import": "./server/index.js"
},
"./styles/*": "./styles/*"
"./styles/*": "./styles/*",
"./widget/*": "./widget/*"
},
"main": "./build/cjs/index.js",
"module": "./build/esm/index.js",
Expand Down

0 comments on commit 3fb0dd0

Please sign in to comment.