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 e9e6a27c07..097b8b2d15 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",