File tree Expand file tree Collapse file tree 6 files changed +18
-18
lines changed
Expand file tree Collapse file tree 6 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 1010 "types" : " ./lib/typescript/src/index.d.ts" ,
1111 "default" : " ./lib/module/index.js"
1212 },
13+ "./skiaChart" : {
14+ "source" : " ./src/skia/skiaChart.tsx" ,
15+ "types" : " ./lib/typescript/src/skia/skiaChart.d.ts" ,
16+ "default" : " ./lib/module/skia/skiaChart.js"
17+ },
18+ "./svgChart" : {
19+ "source" : " ./src/svg/svgChart.tsx" ,
20+ "types" : " ./lib/typescript/src/svg/svgChart.d.ts" ,
21+ "default" : " ./lib/module/svg/svgChart.js"
22+ },
1323 "./package.json" : " ./package.json"
1424 },
1525 "files" : [
Original file line number Diff line number Diff line change 1- export * from './lib/typescript/skia/skiaChart' ;
2- export { default } from './lib/typescript/skia/skiaChart' ;
1+ export * from './lib/typescript/src/ skia/skiaChart' ;
2+ export { default } from './lib/typescript/src/ skia/skiaChart' ;
Original file line number Diff line number Diff line change 1- export * from './lib/module/skia/skiaChart' ;
2- export { default } from './lib/module/skia/skiaChart' ;
1+ export * from './lib/module/skia/skiaChart.js ' ;
2+ export { default } from './lib/module/skia/skiaChart.js ' ;
Original file line number Diff line number Diff line change 1- export * from './lib/typescript/svg/svgChart' ;
2- export { default } from './lib/typescript/svg/svgChart' ;
1+ export * from './lib/typescript/src/ svg/svgChart' ;
2+ export { default } from './lib/typescript/src/ svg/svgChart' ;
Original file line number Diff line number Diff line change 1- export * from './lib/module/svg/svgChart' ;
2- export { default } from './lib/module/svg/svgChart' ;
1+ export * from './lib/module/svg/svgChart.js ' ;
2+ export { default } from './lib/module/svg/svgChart.js ' ;
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments