Skip to content

Commit

Permalink
fix: update package main field
Browse files Browse the repository at this point in the history
  • Loading branch information
sinchang committed May 28, 2022
1 parent c322787 commit 1efb4f4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@
"files": [
"dist"
],
"main": "./dist/qrcodeParser.js",
"main": "./dist/qrcodeParser.cjs",
"umd:main": "./dist/qrcodeParser.umd.js",
"unpkg": "./dist/qrcodeParser.umd.js",
"jsdelivr": "./dist/qrcodeParser.umd.js",
"module": "./dist/qrcodeParser.es.js",
"exports": "./dist/qrcodeParser.modern.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 1efb4f4

Please sign in to comment.