From 4da7b2c95fcf3a892dc6f1e80a232870dee69886 Mon Sep 17 00:00:00 2001 From: FabianLars Date: Wed, 31 Jul 2024 15:55:05 +0000 Subject: [PATCH] chore: Add repository field to package.json Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/10183528110 Co-authored-by: FabianLars --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 317d1b0..a1f63d3 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "authors": [ "Tauri Programme within The Commons Conservancy" ], + "repository": "https://github.com/tauri-apps/plugins-workspace", "type": "module", "types": "./dist-js/index.d.ts", "main": "./dist-js/index.cjs",