We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ca8069 commit cb0988eCopy full SHA for cb0988e
1 file changed
package.json
@@ -6,10 +6,22 @@
6
"main": "./lib/1.6.0/index.js",
7
"types": "./index.d.ts",
8
"exports": {
9
- "./1.0.0": "./lib/1.0.0/index.js",
10
- "./1.2.0": "./lib/1.2.0/index.js",
11
- "./1.6.0": "./lib/1.6.0/index.js",
12
- ".": "./lib/1.6.0/index.js"
+ "./1.0.0": {
+ "default": "./lib/1.0.0/index.js",
+ "types": "./index.d.ts"
+ },
13
+ "./1.2.0": {
14
+ "default": "./lib/1.2.0/index.js",
15
16
17
+ "./1.6.0": {
18
+ "default": "./lib/1.6.0/index.js",
19
20
21
+ ".": {
22
23
24
+ }
25
},
26
"keywords": [
27
"wxjssdk",
0 commit comments