File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 35
35
"require" : " ./shims/buffer/dist/index.cjs" ,
36
36
"import" : " ./shims/buffer/dist/index.js"
37
37
},
38
+ "./shims/buffer/" : {
39
+ "require" : " ./shims/buffer/dist/index.cjs" ,
40
+ "import" : " ./shims/buffer/dist/index.js"
41
+ },
38
42
"./shims/global" : {
39
43
"require" : " ./shims/global/dist/index.cjs" ,
40
44
"import" : " ./shims/global/dist/index.js"
41
45
},
46
+ "./shims/global/" : {
47
+ "require" : " ./shims/global/dist/index.cjs" ,
48
+ "import" : " ./shims/global/dist/index.js"
49
+ },
42
50
"./shims/process" : {
43
51
"require" : " ./shims/process/dist/index.cjs" ,
44
52
"import" : " ./shims/process/dist/index.js"
53
+ },
54
+ "./shims/process/" : {
55
+ "require" : " ./shims/process/dist/index.cjs" ,
56
+ "import" : " ./shims/process/dist/index.js"
45
57
}
46
58
},
47
59
"main" : " ./dist/index.cjs" ,
You can’t perform that action at this time.
0 commit comments