mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
hotfix(cli, common, core): add missing @nuxt/config dependency
This commit is contained in:
parent
a9b68c5e61
commit
10aeaef110
@ -12,6 +12,7 @@
|
||||
"nuxt": "bin/nuxt.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nuxt/config": "^2.2.0",
|
||||
"consola": "^1.4.4",
|
||||
"esm": "^3.0.84",
|
||||
"minimist": "^1.2.0",
|
||||
|
@ -8,6 +8,7 @@
|
||||
],
|
||||
"main": "dist/common.js",
|
||||
"dependencies": {
|
||||
"@nuxt/config": "^2.2.0",
|
||||
"consola": "^1.4.4",
|
||||
"lodash": "^4.17.11"
|
||||
},
|
||||
|
@ -9,6 +9,7 @@
|
||||
"main": "dist/core.js",
|
||||
"dependencies": {
|
||||
"@nuxt/common": "^2.2.0",
|
||||
"@nuxt/config": "^2.2.0",
|
||||
"@nuxtjs/devalue": "^1.0.1",
|
||||
"@nuxtjs/opencollective": "^0.1.0",
|
||||
"@nuxtjs/youch": "^4.2.3",
|
||||
|
Loading…
Reference in New Issue
Block a user