package.json author/description now match manifest.json, release workflow plugin name and repo-automation.config.json repo ref no longer point at the upstream project.
6 lines
221 B
JSON
6 lines
221 B
JSON
{
|
|
"devBranch": "master",
|
|
"releaseBranch": "release",
|
|
"github": "https://github.com/afiqzudinhadi/obsidian-media-db-sync",
|
|
"preconditions": ["bun run typecheck", "bun run format", "bun run lint:fix", "bun run test"]
|
|
}
|