File tree 2 files changed +10
-5
lines changed
2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 28
28
"license" : " Apache-2.0" ,
29
29
"main" : " dist/index.js" ,
30
30
"exports" : {
31
- "require" : " ./dist/index.js" ,
32
- "import" : " ./dist/.esm-wrapper.mjs"
31
+ "." : {
32
+ "require" : " ./dist/index.js" ,
33
+ "import" : " ./dist/.esm-wrapper.mjs" ,
34
+ "types" : " ./dist/index.d.ts"
35
+ }
33
36
},
34
37
"types" : " ./dist/index.d.ts" ,
35
38
"scripts" : {
Original file line number Diff line number Diff line change 25
25
},
26
26
"license" : " Apache-2.0" ,
27
27
"exports" : {
28
- "require" : " ./dist/index.js" ,
29
- "import" : " ./dist/.esm-wrapper.mjs" ,
30
- "types" : " ./dist/index.d.ts"
28
+ "." : {
29
+ "require" : " ./dist/index.js" ,
30
+ "import" : " ./dist/.esm-wrapper.mjs" ,
31
+ "types" : " ./dist/index.d.ts"
32
+ }
31
33
},
32
34
"homepage" : " https://github.com/mongodb-js/devtools-shared" ,
33
35
"repository" : {
You can’t perform that action at this time.
0 commit comments