File tree Expand file tree Collapse file tree 2 files changed +13
-12
lines changed
Expand file tree Collapse file tree 2 files changed +13
-12
lines changed Original file line number Diff line number Diff line change 99dist
1010temp
1111.eslintcache
12+ .idea /
Original file line number Diff line number Diff line change 11{
22 "name" : " @intlify/vue-i18n-extensions" ,
3- "description " : " vue-i18n extensions " ,
3+ "type " : " module " ,
44 "version" : " 7.0.0" ,
5+ "description" : " vue-i18n extensions" ,
56 "author" : {
67 "name" : " kazuya kawaguchi" ,
787778 "optional" : true
7879 }
7980 },
80- "files" : [
81- " dist/idnex.cjs" ,
82- " dist/index.mjs" ,
83- " dist/index.d.ts" ,
84- " dist/index.d.mts" ,
85- " dist/index.d.cts"
86- ],
87- "main" : " dist/index.cjs" ,
88- "module" : " dist/index.mjs" ,
89- "types" : " dist/index.d.ts" ,
9081 "exports" : {
9182 "." : {
92- "types" : " ./dist/index.d.ts" ,
9383 "import" : " ./dist/index.mjs" ,
9484 "require" : " ./dist/index.cjs"
9585 },
9686 "./package.json" : " ./package.json"
9787 },
88+ "main" : " dist/index.cjs" ,
89+ "module" : " dist/index.mjs" ,
90+ "types" : " dist/index.d.ts" ,
91+ "files" : [
92+ " dist/index.cjs" ,
93+ " dist/index.mjs" ,
94+ " dist/index.d.ts" ,
95+ " dist/index.d.mts" ,
96+ " dist/index.d.cts"
97+ ],
9898 "repository" : {
9999 "type" : " git" ,
100100 "url" : " git+https://github.com/intlify/vue-i18n-extensions.git"
You can’t perform that action at this time.
0 commit comments