From 215a35e625c685696d29c86f94ada51e9070099e Mon Sep 17 00:00:00 2001 From: Bill Date: Sun, 26 Oct 2025 11:01:31 -0400 Subject: [PATCH] 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 --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 3a76386..9c4cc49 100644 --- a/manifest.json +++ b/manifest.json @@ -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 } diff --git a/package.json b/package.json index af6d03f..f399a31 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "ai", "llm" ], - "author": "", + "author": "William Ballou", "license": "MIT", "dependencies": { "cors": "^2.8.5",