Skip to content
This repository has been archived by the owner on Aug 28, 2023. It is now read-only.

Commit

Permalink
fix(package): correct import export
Browse files Browse the repository at this point in the history
  • Loading branch information
dargmuesli authored and gruhn committed Jun 11, 2023
1 parent 4cfb66d commit c0b50d7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,12 @@
"description": "",
"source": "src/BarcodeDetector.ts",
"main": "dist/barcode-detector.js",
"exports": { ".": { "import": "./dist/barcode-detector.modern.js", "types": "./dist/BarcodeDetector.d.ts" }},
"exports": {
".": {
"import": "./dist/barcode-detector.js",
"types": "./dist/BarcodeDetector.d.ts"
}
},
"module": "dist/barcode-detector.module.js",
"unpkg": "dist/barcode-detector.umd.js",
"amdName": "BarcodeDetectorPolyfill",
Expand Down

0 comments on commit c0b50d7

Please sign in to comment.