mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-29 17:07:22 +00:00
fix: add main entrypoints for packages (#629)
This commit is contained in:
parent
3b4a0f19e3
commit
0a9342c02d
@ -5,7 +5,6 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"exports": "./module.cjs",
|
"exports": "./module.cjs",
|
||||||
"types": "./dist/index.d.ts",
|
|
||||||
"files": [
|
"files": [
|
||||||
"module.cjs",
|
"module.cjs",
|
||||||
"dist"
|
"dist"
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
"repository": "nuxt/framework",
|
"repository": "nuxt/framework",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"exports": "./dist/index.mjs",
|
"main": "./dist/index.mjs",
|
||||||
"types": "./dist/index.d.ts",
|
"types": "./dist/index.d.ts",
|
||||||
"files": [
|
"files": [
|
||||||
"dist",
|
"dist",
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"version": "0.10.0",
|
"version": "0.10.0",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"exports": "./dist/index.mjs",
|
"main": "./dist/index.mjs",
|
||||||
"types": "./types/index.d.ts",
|
"types": "./types/index.d.ts",
|
||||||
"files": [
|
"files": [
|
||||||
"dist",
|
"dist",
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
"repository": "nuxt/framework",
|
"repository": "nuxt/framework",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"exports": "./dist/index.mjs",
|
"main": "./dist/index.mjs",
|
||||||
"types": "./types.d.ts",
|
"types": "./types.d.ts",
|
||||||
"bin": {
|
"bin": {
|
||||||
"nuxt": "./bin/nuxt.mjs"
|
"nuxt": "./bin/nuxt.mjs"
|
||||||
|
Loading…
Reference in New Issue
Block a user