From f680e36eca034e54a23672347763f091a1f4f042 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Sun, 25 Nov 2018 22:46:19 +0330 Subject: [PATCH] fix(pkg): move opencollective dependency nuxt and nuxt-legacy (#4415) --- distributions/nuxt-legacy/package.json | 3 ++- distributions/nuxt/package.json | 3 ++- packages/core/package.json | 1 - 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/distributions/nuxt-legacy/package.json b/distributions/nuxt-legacy/package.json index 14dabaf55f..af28fded58 100644 --- a/distributions/nuxt-legacy/package.json +++ b/distributions/nuxt-legacy/package.json @@ -53,7 +53,8 @@ "@nuxt/common": "2.3.2", "@nuxt/core": "2.3.2", "@nuxt/generator": "2.3.2", - "@nuxt/webpack": "2.3.2" + "@nuxt/webpack": "2.3.2", + "@nuxtjs/opencollective": "^0.1.0" }, "engines": { "node": ">=6.0.0", diff --git a/distributions/nuxt/package.json b/distributions/nuxt/package.json index a4985e3310..8be673221d 100644 --- a/distributions/nuxt/package.json +++ b/distributions/nuxt/package.json @@ -53,7 +53,8 @@ "@nuxt/common": "2.3.2", "@nuxt/core": "2.3.2", "@nuxt/generator": "2.3.2", - "@nuxt/webpack": "2.3.2" + "@nuxt/webpack": "2.3.2", + "@nuxtjs/opencollective": "^0.1.0" }, "engines": { "node": ">=8.0.0", diff --git a/packages/core/package.json b/packages/core/package.json index 9c42993fec..134f8186ce 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -13,7 +13,6 @@ "@nuxt/server": "2.3.2", "@nuxt/vue-renderer": "2.3.2", "@nuxtjs/devalue": "^1.1.0", - "@nuxtjs/opencollective": "^0.1.0", "consola": "^2.3.0", "debug": "^4.1.0", "esm": "^3.0.84",