Skip to content

Commit

Permalink
adding missing exports
Browse files Browse the repository at this point in the history
  • Loading branch information
alexreardon committed May 23, 2024
1 parent d79e21d commit e575563
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,13 @@
"ui",
"bind"
],
"sideEffects": false,
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
"types": "./dist/esm/index.d.ts",
"sideEffects": false,
"exports": {
".": "./dist/esm/index.js"
},
"config": {
"prettier_target": "src/**/*.ts test/**/*.ts"
},
Expand Down

0 comments on commit e575563

Please sign in to comment.