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",
|
"version": "1.0.0",
|
||||||
"minAppVersion": "0.15.0",
|
"minAppVersion": "0.15.0",
|
||||||
"description": "Exposes Obsidian vault operations via Model Context Protocol (MCP) over HTTP",
|
"description": "Exposes Obsidian vault operations via Model Context Protocol (MCP) over HTTP",
|
||||||
"author": "Bill Ballou",
|
"author": "William Ballou",
|
||||||
"isDesktopOnly": true
|
"isDesktopOnly": true
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
"ai",
|
"ai",
|
||||||
"llm"
|
"llm"
|
||||||
],
|
],
|
||||||
"author": "",
|
"author": "William Ballou",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"cors": "^2.8.5",
|
"cors": "^2.8.5",
|
||||||
|
|||||||
Reference in New Issue
Block a user