File tree Expand file tree Collapse file tree 3 files changed +6
-13
lines changed Expand file tree Collapse file tree 3 files changed +6
-13
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2
2
"name" : " pinia" ,
3
3
"version" : " 2.3.1" ,
4
4
"description" : " Intuitive, type safe and flexible Store for Vue" ,
5
- "main" : " index.js" ,
5
+ "type" : " module" ,
6
+ "main" : " index.cjs" ,
6
7
"module" : " dist/pinia.mjs" ,
7
8
"unpkg" : " dist/pinia.iife.js" ,
8
9
"jsdelivr" : " dist/pinia.iife.js" ,
19
20
"require" : {
20
21
"production" : " ./dist/pinia.prod.cjs" ,
21
22
"development" : " ./dist/pinia.cjs" ,
22
- "default" : " ./index.js "
23
+ "default" : " ./index.cjs "
23
24
}
24
25
},
25
26
"import" : " ./dist/pinia.mjs" ,
26
- "require" : " ./index.js "
27
+ "require" : " ./index.cjs "
27
28
},
28
- "./package.json" : " ./package.json" ,
29
- "./dist/*" : " ./dist/*"
29
+ "./package.json" : " ./package.json"
30
30
},
31
31
"sideEffects" : false ,
32
32
"author" : {
46
46
" dist/*.mjs" ,
47
47
" dist/*.cjs" ,
48
48
" dist/pinia.d.ts" ,
49
- " index.js" ,
50
49
" index.cjs" ,
51
50
" LICENSE" ,
52
51
" README.md"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @pinia/playground" ,
3
3
"version" : " 0.0.0" ,
4
+ "type" : " module" ,
4
5
"private" : true ,
5
6
"scripts" : {
6
7
"play" : " vite" ,
You can’t perform that action at this time.
0 commit comments