17 lines
236 B
JSON
17 lines
236 B
JSON
{
|
|
"exclude": [
|
|
"find-up",
|
|
"gzip-size",
|
|
"@types/vscode",
|
|
"codemirror",
|
|
"@vue/cli-plugin-babel",
|
|
"@vue/cli-service",
|
|
"unbuild",
|
|
"msw"
|
|
],
|
|
"packageMode": {
|
|
"vue": "minor",
|
|
"nuxt": "minor"
|
|
}
|
|
}
|