fix(pkg): move opencollective dependency nuxt and nuxt-legacy (#4415)

This commit is contained in:
Pooya Parsa 2018-11-25 22:46:19 +03:30 committed by GitHub
parent 949785f58e
commit f680e36eca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 3 deletions

View File

@ -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",

View File

@ -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",

View File

@ -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",