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