mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-25 23:22:02 +00:00
chore: ignore bridge dep upgrades
vue@2 and vue-router
This commit is contained in:
parent
62c83bfed0
commit
a8c532be9a
@ -2,6 +2,9 @@
|
|||||||
"extends": [
|
"extends": [
|
||||||
"@nuxtjs"
|
"@nuxtjs"
|
||||||
],
|
],
|
||||||
|
"ignorePaths": [
|
||||||
|
"**/bridge/**"
|
||||||
|
],
|
||||||
"ignoreDeps": [
|
"ignoreDeps": [
|
||||||
"docus",
|
"docus",
|
||||||
"@docus/app",
|
"@docus/app",
|
||||||
|
Loading…
Reference in New Issue
Block a user