mirror of
https://github.com/tenrok/BBob.git
synced 2026-05-15 11:59:37 +03:00
40 lines
748 B
JSON
40 lines
748 B
JSON
{
|
|
"$schema": "https://unpkg.com/@changesets/config@2.3.1/schema.json",
|
|
"changelog": [
|
|
"@changesets/changelog-github",
|
|
{
|
|
"repo": "JiLiZART/BBob"
|
|
}
|
|
],
|
|
"commit": false,
|
|
"fixed": [],
|
|
"linked": [
|
|
[
|
|
"@bbob/cli",
|
|
"@bbob/core",
|
|
"@bbob/html",
|
|
"@bbob/parser",
|
|
"@bbob/plugin-helper",
|
|
"@bbob/preset",
|
|
"@bbob/preset-html5",
|
|
"@bbob/preset-react",
|
|
"@bbob/preset-vue",
|
|
"@bbob/react",
|
|
"@bbob/types",
|
|
"@bbob/vue2",
|
|
"@bbob/vue3"
|
|
]
|
|
],
|
|
"access": "public",
|
|
"baseBranch": "master",
|
|
"updateInternalDependencies": "patch",
|
|
"ignore": [
|
|
"@bbob/scripts",
|
|
"react-vite",
|
|
"svelte-vite",
|
|
"vite",
|
|
"vue3-vite",
|
|
"vue2-example"
|
|
]
|
|
}
|