mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-22 00:19:45 +00:00
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:
parent
e277bb284b
commit
53c40b9db2
@ -40,9 +40,5 @@
|
|||||||
"vue-no-ssr": "^1.1.1",
|
"vue-no-ssr": "^1.1.1",
|
||||||
"vue-router": "^3.5.1",
|
"vue-router": "^3.5.1",
|
||||||
"vuex": "^3.6.2"
|
"vuex": "^3.6.2"
|
||||||
},
|
|
||||||
"engines": {
|
|
||||||
"node": ">=10.13.0",
|
|
||||||
"npm": ">=6.14.11"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -47,10 +47,6 @@
|
|||||||
"@nuxt/vue-renderer": "^2.14.12",
|
"@nuxt/vue-renderer": "^2.14.12",
|
||||||
"@nuxt/webpack": "^2.14.12"
|
"@nuxt/webpack": "^2.14.12"
|
||||||
},
|
},
|
||||||
"engines": {
|
|
||||||
"node": ">=10.13.0",
|
|
||||||
"npm": ">=6.14.11"
|
|
||||||
},
|
|
||||||
"collective": {
|
"collective": {
|
||||||
"url": "https://opencollective.com/nuxtjs",
|
"url": "https://opencollective.com/nuxtjs",
|
||||||
"logoUrl": "https://opencollective.com/nuxtjs/logo.txt?reverse=true&variant=variant2"
|
"logoUrl": "https://opencollective.com/nuxtjs/logo.txt?reverse=true&variant=variant2"
|
||||||
|
@ -53,9 +53,6 @@
|
|||||||
"webpack-node-externals": "^2.5.2",
|
"webpack-node-externals": "^2.5.2",
|
||||||
"webpackbar": "^4.0.0"
|
"webpackbar": "^4.0.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
|
||||||
"node": ">=10.0.0"
|
|
||||||
},
|
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user