From 64772d790e2763cbfabb9bc4f4b5b47ab6e30708 Mon Sep 17 00:00:00 2001 From: worksofliam Date: Fri, 9 Aug 2024 07:49:38 -0400 Subject: [PATCH] Add missing publisher Signed-off-by: worksofliam --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 5113a54..8b74b1d 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,7 @@ "repository": { "url": "git+https://github.com/codefori/vscd.git" }, + "publisher": "halcyontechltd", "scripts": { "build:dev": "webpack --mode none --config ./webpack.config.js", "build": "webpack --mode production --config ./webpack.config.js",