File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 24
24
"license" : " MIT" ,
25
25
"author" : " Cody Olsen" ,
26
26
"sideEffects" : false ,
27
- "type" : " module " ,
27
+ "type" : " commonjs " ,
28
28
"exports" : {
29
29
"." : {
30
30
"types" : " ./dist/index.d.ts" ,
31
31
"source" : " ./src/index.ts" ,
32
- "import " : " ./dist/index.js" ,
33
- "require " : " ./dist/index.cjs " ,
32
+ "require " : " ./dist/index.js" ,
33
+ "import " : " ./dist/index.mjs " ,
34
34
"default" : " ./dist/index.js"
35
35
},
36
36
"./package.json" : " ./package.json"
37
37
},
38
- "main" : " ./dist/index.cjs" ,
39
- "module" : " ./dist/index.js" ,
38
+ "source" : " ./src/index.ts" ,
39
+ "main" : " ./dist/index.js" ,
40
+ "module" : " ./dist/index.mjs" ,
40
41
"typings" : " ./dist/index.d.ts" ,
41
42
"files" : [
42
43
" dist" ,
58
59
"singleQuote" : true
59
60
},
60
61
"dependencies" : {
61
- "compute-scroll-into-view" : " ^3.0.0 "
62
+ "compute-scroll-into-view" : " ^3.0.1 "
62
63
},
63
64
"devDependencies" : {
64
65
"@sanity/pkg-utils" : " ^2.2.5" ,
Original file line number Diff line number Diff line change 13
13
"skipLibCheck" : true ,
14
14
"noUnusedLocals" : true ,
15
15
"noUnusedParameters" : true ,
16
+ "esModuleInterop" : true ,
16
17
"strict" : true ,
17
18
"lib" : [" dom" , " dom.iterable" , " esnext" ]
18
19
},
You can’t perform that action at this time.
0 commit comments