File tree 4 files changed +12
-12
lines changed
4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 13
13
"typesVersions" : {
14
14
"*" : {
15
15
"classadder" : [
16
- " ./src /classadder/index.ts"
16
+ " ./dist /classadder/index.d .ts"
17
17
],
18
18
"internal" : [
19
- " ./src /internal/index.ts"
19
+ " ./dist /internal/index.d .ts"
20
20
],
21
21
"*" : [
22
- " ./src /*"
22
+ " ./dist /*"
23
23
]
24
24
}
25
25
},
Original file line number Diff line number Diff line change 13
13
"typesVersions" : {
14
14
"*" : {
15
15
"*" : [
16
- " ./src /*"
16
+ " ./dist /*"
17
17
],
18
18
"helper-text" : [
19
- " ./src /helper-text/index.ts"
19
+ " ./dist /helper-text/index.d .ts"
20
20
],
21
21
"icon" : [
22
- " ./src /icon/index.ts"
22
+ " ./dist /icon/index.d .ts"
23
23
]
24
24
}
25
25
},
Original file line number Diff line number Diff line change 12
12
"typesVersions" : {
13
13
"*" : {
14
14
"*" : [
15
- " ./src /*"
15
+ " ./dist /*"
16
16
],
17
17
"kitchen" : [
18
- " ./src /kitchen/index.ts"
18
+ " ./dist /kitchen/index.d .ts"
19
19
]
20
20
}
21
21
},
Original file line number Diff line number Diff line change 14
14
"typesVersions" : {
15
15
"*" : {
16
16
"*" : [
17
- " ./src /*"
17
+ " ./dist /*"
18
18
],
19
19
"character-counter" : [
20
- " ./src /character-counter/index.ts"
20
+ " ./dist /character-counter/index.d .ts"
21
21
],
22
22
"helper-text" : [
23
- " ./src /helper-text/index.ts"
23
+ " ./dist /helper-text/index.d .ts"
24
24
],
25
25
"icon" : [
26
- " ./src /icon/index.ts"
26
+ " ./dist /icon/index.d .ts"
27
27
]
28
28
}
29
29
},
You can’t perform that action at this time.
0 commit comments