mirror of
https://github.com/yume-chan/ya-webadb.git
synced 2025-10-03 01:39:21 +02:00
19 lines
410 B
JSON
19 lines
410 B
JSON
{
|
|
"$schema": "https://unpkg.com/@changesets/config@3.0.2/schema.json",
|
|
"changelog": "@changesets/cli/changelog",
|
|
"commit": false,
|
|
"fixed": [],
|
|
"linked": [
|
|
[
|
|
"**"
|
|
]
|
|
],
|
|
"access": "public",
|
|
"baseBranch": "main",
|
|
"updateInternalDependencies": "patch",
|
|
"ignore": [],
|
|
"privatePackages": {
|
|
"version": false,
|
|
"tag": false
|
|
}
|
|
}
|