From fbb6eab003e24c487437ac02b6fe575b9915b445 Mon Sep 17 00:00:00 2001 From: Ryan Trinkle Date: Thu, 6 Jul 2023 16:54:09 -0400 Subject: [PATCH] Fix package author --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e28a3df..3306afb 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,6 @@ "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, - "author": "", + "author": "Obsidian Systems LLC", "license": "BSD-3-Clause" }