chore(pkg): drop engines field

each package should specify it's engine requirements. also for nuxt we use runtime check to warn about minimum
This commit is contained in:
Pooya Parsa 2021-02-13 11:54:16 +01:00
parent e277bb284b
commit 53c40b9db2
3 changed files with 0 additions and 11 deletions

View File

@ -40,9 +40,5 @@
"vue-no-ssr": "^1.1.1",
"vue-router": "^3.5.1",
"vuex": "^3.6.2"
},
"engines": {
"node": ">=10.13.0",
"npm": ">=6.14.11"
}
}

View File

@ -47,10 +47,6 @@
"@nuxt/vue-renderer": "^2.14.12",
"@nuxt/webpack": "^2.14.12"
},
"engines": {
"node": ">=10.13.0",
"npm": ">=6.14.11"
},
"collective": {
"url": "https://opencollective.com/nuxtjs",
"logoUrl": "https://opencollective.com/nuxtjs/logo.txt?reverse=true&variant=variant2"

View File

@ -53,9 +53,6 @@
"webpack-node-externals": "^2.5.2",
"webpackbar": "^4.0.0"
},
"engines": {
"node": ">=10.0.0"
},
"publishConfig": {
"access": "public"
}