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 4
4
"description" : " Build full featured iOS & Android apps using Framework7 & React" ,
5
5
"type" : " module" ,
6
6
"exports" : {
7
- "." : " ./framework7-react.js" ,
7
+ "." : {
8
+ "import" : " ./framework7-react.js" ,
9
+ "types" : " ./framework7-react.d.ts"
10
+ },
8
11
"./components/*" : " ./components/*" ,
9
12
"./shared/*" : " ./shared/*"
10
13
},
Original file line number Diff line number Diff line change 5
5
"type" : " module" ,
6
6
"svelte" : " ./framework7-svelte.js" ,
7
7
"exports" : {
8
- "." : " ./framework7-svelte.js" ,
8
+ "." : {
9
+ "import" : " ./framework7-svelte.js" ,
10
+ "types" : " ./framework7-svelte.d.ts"
11
+ },
9
12
"./components/*" : " ./components/*" ,
10
13
"./shared/*" : " ./shared/*"
11
14
},
Original file line number Diff line number Diff line change 4
4
"description" : " Build full featured iOS & Android apps using Framework7 & Vue" ,
5
5
"type" : " module" ,
6
6
"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
+ },
9
15
"./components/*" : " ./components/*" ,
10
16
"./shared/*" : " ./shared/*"
11
17
},
You can’t perform that action at this time.
0 commit comments