42a6ceb587
* chore: move examples to `@example/`, normalize `package.json` * chore: update lockfile * chore: add empty changeset
10 lines
315 B
JSON
10 lines
315 B
JSON
{
|
|
"$schema": "https://unpkg.com/@changesets/config@1.6.0/schema.json",
|
|
"changelog": "@changesets/cli/changelog",
|
|
"commit": false,
|
|
"linked": [["astro", "@astrojs/parser"]],
|
|
"access": "public",
|
|
"baseBranch": "main",
|
|
"updateInternalDependencies": "patch",
|
|
"ignore": ["@example/*", "www", "docs-www"]
|
|
}
|