Skip to content

Commit 652ebd4

Browse files
committed
fix: exports
1 parent 63e88d5 commit 652ebd4

File tree

1 file changed

+19
-3
lines changed

1 file changed

+19
-3
lines changed

package.json

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,25 @@
1313
"types": "./lib/qr-code.d.ts",
1414
"default": "./lib/qr-code.js"
1515
},
16-
"./lib/**/*.js": {
17-
"types": "./lib/**/*.d.ts",
18-
"default": "./lib/**/*.js"
16+
"./lib/qrcode/QRCode.js": {
17+
"types": "./lib/qrcode/QRCode.d.ts",
18+
"default": "./lib/qrcode/QRCode.js"
19+
},
20+
"./lib/qrcode/QRCodeMinimal.js": {
21+
"types": "./lib/qrcode/QRCodeMinimal.d.ts",
22+
"default": "./lib/qrcode/QRCodeMinimal.js"
23+
},
24+
"./lib/qrcode/QRUtil.js": {
25+
"types": "./lib/qrcode/QRUtil.d.ts",
26+
"default": "./lib/qrcode/QRUtil.js"
27+
},
28+
"./lib/text/stringToBytes_UTF8.js": {
29+
"types": "./lib/text/stringToBytes_UTF8.d.ts",
30+
"default": "./lib/text/stringToBytes_UTF8.js"
31+
},
32+
"./lib/text/stringToBytes_SJIS.js": {
33+
"types": "./lib/text/stringToBytes_SJIS.d.ts",
34+
"default": "./lib/text/stringToBytes_SJIS.js"
1935
}
2036
},
2137
"files": [

0 commit comments

Comments
 (0)