File tree Expand file tree Collapse file tree 3 files changed +16
-4
lines changed
Expand file tree Collapse file tree 3 files changed +16
-4
lines changed Original file line number Diff line number Diff line change 44 "description" : " Build full featured iOS & Android apps using Framework7 & React" ,
55 "type" : " module" ,
66 "exports" : {
7- "." : " ./framework7-react.js" ,
7+ "." : {
8+ "import" : " ./framework7-react.js" ,
9+ "types" : " ./framework7-react.d.ts"
10+ },
811 "./components/*" : " ./components/*" ,
912 "./shared/*" : " ./shared/*"
1013 },
Original file line number Diff line number Diff line change 55 "type" : " module" ,
66 "svelte" : " ./framework7-svelte.js" ,
77 "exports" : {
8- "." : " ./framework7-svelte.js" ,
8+ "." : {
9+ "import" : " ./framework7-svelte.js" ,
10+ "types" : " ./framework7-svelte.d.ts"
11+ },
912 "./components/*" : " ./components/*" ,
1013 "./shared/*" : " ./shared/*"
1114 },
Original file line number Diff line number Diff line change 44 "description" : " Build full featured iOS & Android apps using Framework7 & Vue" ,
55 "type" : " module" ,
66 "exports" : {
7- "." : " ./framework7-vue.js" ,
8- "./bundle" : " ./framework7-vue-bundle.js" ,
7+ "." : {
8+ "import" : " ./framework7-vue.js" ,
9+ "types" : " ./framework7-vue.d.ts"
10+ },
11+ "./bundle" : {
12+ "import" : " ./framework7-vue-bundle.js" ,
13+ "types" : " ./framework7-vue.d.ts"
14+ },
915 "./components/*" : " ./components/*" ,
1016 "./shared/*" : " ./shared/*"
1117 },
You can’t perform that action at this time.
0 commit comments