diff --git a/package.json b/package.json index f5e6d31..045fb35 100644 --- a/package.json +++ b/package.json @@ -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",