Skip to content

Commit

Permalink
fix: remove references to nonexistent CJS
Browse files Browse the repository at this point in the history
Closes #427
  • Loading branch information
gruhn committed Apr 19, 2024
1 parent 8eb0602 commit d6b0727
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
},
"main": "./dist/vue-qrcode-reader.js",
"module": "./dist/vue-qrcode-reader.js",
"unpkg": "./dist/vue-qrcode-reader.umd.cjs",
"unpkg": "./dist/vue-qrcode-reader.umd.js",
"exports": {
".": {
"import": "./dist/vue-qrcode-reader.js",
"require": "./dist/vue-qrcode-reader.umd.cjs",
"require": "./dist/vue-qrcode-reader.umd.js",
"types": "./dist/index.d.ts"
}
},
Expand Down Expand Up @@ -78,4 +78,4 @@
],
"license": "MIT",
"repository": "github:gruhn/vue-qrcode-reader"
}
}

0 comments on commit d6b0727

Please sign in to comment.