Skip to content

Commit

Permalink
fix: types file path
Browse files Browse the repository at this point in the history
  • Loading branch information
sinchang committed Mar 12, 2023
1 parent 40b873a commit 810eeb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"jsdelivr": "./dist/qrcodeParser.umd.js",
"module": "./dist/qrcodeParser.es.js",
"exports": "./dist/qrcodeParser.modern.js",
"types": "./dist/index.d.ts",
"types": "./dist/src/index.d.ts",
"type": "module",
"scripts": {
"prepublishOnly": "npm run build",
Expand Down

0 comments on commit 810eeb0

Please sign in to comment.