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:
@@ -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
|
||||
}
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
"ai",
|
||||
"llm"
|
||||
],
|
||||
"author": "",
|
||||
"author": "William Ballou",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"cors": "^2.8.5",
|
||||
|
||||
Reference in New Issue
Block a user