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",