style: standardize author name across manifest and package files

- Updated author name from "Bill Ballou" to "William Ballou" in manifest.json
- Added missing author name "William Ballou" in package.json
- Ensures consistent attribution across project metadata files
This commit is contained in:
2025-10-26 11:01:31 -04:00
parent 5579a15ee2
commit 215a35e625
2 changed files with 2 additions and 2 deletions

View File

@@ -4,6 +4,6 @@
"version": "1.0.0",
"minAppVersion": "0.15.0",
"description": "Exposes Obsidian vault operations via Model Context Protocol (MCP) over HTTP",
"author": "Bill Ballou",
"author": "William Ballou",
"isDesktopOnly": true
}