mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 13:45:18 +00:00
fix: reorder the types field in package.json (#18880)
This commit is contained in:
parent
9f3b38ca37
commit
2e6224602c
@ -13,9 +13,9 @@
|
|||||||
"exports": {
|
"exports": {
|
||||||
".": "./dist/index.mjs",
|
".": "./dist/index.mjs",
|
||||||
"./config": {
|
"./config": {
|
||||||
|
"types": "./config.d.ts",
|
||||||
"import": "./config.mjs",
|
"import": "./config.mjs",
|
||||||
"require": "./config.cjs",
|
"require": "./config.cjs"
|
||||||
"types": "./config.d.ts"
|
|
||||||
},
|
},
|
||||||
"./app": "./dist/app/index.mjs",
|
"./app": "./dist/app/index.mjs",
|
||||||
"./package.json": "./package.json"
|
"./package.json": "./package.json"
|
||||||
|
Loading…
Reference in New Issue
Block a user