From 0f34919c9c9125cbfa16e72b31c285782ac87084 Mon Sep 17 00:00:00 2001 From: Lucas Nogueira Date: Fri, 2 Aug 2024 12:16:12 -0300 Subject: [PATCH] fix: add repository information for gelocation and haptics --- plugins/geolocation/package.json | 1 + plugins/haptics/package.json | 1 + 2 files changed, 2 insertions(+) diff --git a/plugins/geolocation/package.json b/plugins/geolocation/package.json index 733e8e74..2fc10dc4 100644 --- a/plugins/geolocation/package.json +++ b/plugins/geolocation/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", diff --git a/plugins/haptics/package.json b/plugins/haptics/package.json index 2399d9be..964b1508 100644 --- a/plugins/haptics/package.json +++ b/plugins/haptics/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",