Skip to content

Commit

Permalink
fix: vite exports (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
lol123a10-bebug authored Apr 30, 2024
1 parent 8b3c25f commit 3e1b1c2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"version": "0.0.2",
"description": "A react component for reading barcodes and Qr codes from keybord input devices.",
"main": "./lib/index.js",
"exports": {
".": "./lib/index.js"
},
"module": "commonjs",
"scripts": {
"storybook": "start-storybook -p 9001",
Expand Down

0 comments on commit 3e1b1c2

Please sign in to comment.