From 9692752ef8911e2fb116570a058aa541969332a7 Mon Sep 17 00:00:00 2001 From: stevensJourney Date: Wed, 4 Mar 2026 15:26:54 +0200 Subject: [PATCH] chore: editor plugin registry entry --- plugins/config-edit/package.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/plugins/config-edit/package.json b/plugins/config-edit/package.json index a3f2229..ce238f9 100644 --- a/plugins/config-edit/package.json +++ b/plugins/config-edit/package.json @@ -7,6 +7,15 @@ "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", + "repository": { + "type": "git", + "url": "https://github.com/powersync-ja/powersync-cli" + }, + "publishConfig": { + "access": "public", + "registry": "https://registry.npmjs.org/" + }, + "bugs": "https://github.com/powersync-ja/powersync-cli/issues", "files": [ "dist", "editor-dist",