From a341b41e9a76f71a55b0881b867c6b0ffabf25ca Mon Sep 17 00:00:00 2001 From: Valerio Ageno <51341197+Valerioageno@users.noreply.github.com> Date: Sat, 30 Nov 2024 14:15:36 +0100 Subject: [PATCH] chore: update repo reference withing manifests (#179) Co-authored-by: Valerio Ageno --- crates/tuono/Cargo.toml | 2 +- crates/tuono_lib/Cargo.toml | 2 +- crates/tuono_lib_macros/Cargo.toml | 2 +- packages/fs-router-vite-plugin/package.json | 5 +++++ packages/lazy-fn-vite-plugin/package.json | 5 +++++ packages/router/package.json | 5 +++++ packages/tuono/package.json | 5 +++++ 7 files changed, 23 insertions(+), 3 deletions(-) diff --git a/crates/tuono/Cargo.toml b/crates/tuono/Cargo.toml index 7b89849f..c2746ee8 100644 --- a/crates/tuono/Cargo.toml +++ b/crates/tuono/Cargo.toml @@ -6,7 +6,7 @@ authors = ["V. Ageno "] description = "Superfast React fullstack framework" homepage = "https://tuono.dev" keywords = [ "react", "typescript", "fullstack", "web", "ssr"] -repository = "https://github.com/Valerioageno/tuono" +repository = "https://github.com/tuono-labs/tuono" readme = "../../README.md" license-file = "../../LICENSE.md" categories = ["web-programming"] diff --git a/crates/tuono_lib/Cargo.toml b/crates/tuono_lib/Cargo.toml index b0e7e90f..c0bfc6e4 100644 --- a/crates/tuono_lib/Cargo.toml +++ b/crates/tuono_lib/Cargo.toml @@ -6,7 +6,7 @@ authors = ["V. Ageno "] description = "Superfast React fullstack framework" homepage = "https://tuono.dev" keywords = [ "react", "typescript", "fullstack", "web", "ssr"] -repository = "https://github.com/Valerioageno/tuono" +repository = "https://github.com/tuono-labs/tuono" readme = "../../README.md" license-file = "../../LICENSE.md" categories = ["web-programming"] diff --git a/crates/tuono_lib_macros/Cargo.toml b/crates/tuono_lib_macros/Cargo.toml index 663ebd6b..7f3f4c5d 100644 --- a/crates/tuono_lib_macros/Cargo.toml +++ b/crates/tuono_lib_macros/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" description = "Superfast React fullstack framework" homepage = "https://tuono.dev" keywords = [ "react", "typescript", "fullstack", "web", "ssr"] -repository = "https://github.com/Valerioageno/tuono" +repository = "https://github.com/tuono-labs/tuono" readme = "../../README.md" license-file = "../../LICENSE.md" categories = ["web-programming"] diff --git a/packages/fs-router-vite-plugin/package.json b/packages/fs-router-vite-plugin/package.json index 19b401b7..027842ed 100644 --- a/packages/fs-router-vite-plugin/package.json +++ b/packages/fs-router-vite-plugin/package.json @@ -13,6 +13,11 @@ "test:watch": "vitest", "test": "vitest run" }, + "repository": { + "type": "git", + "url": "git+https://github.com/tuono-labs/tuono.git", + "directory": "packages/fs-router-vite-plugin" + }, "keywords": [], "author": "Valerio Ageno", "license": "MIT", diff --git a/packages/lazy-fn-vite-plugin/package.json b/packages/lazy-fn-vite-plugin/package.json index 570a612f..de234329 100644 --- a/packages/lazy-fn-vite-plugin/package.json +++ b/packages/lazy-fn-vite-plugin/package.json @@ -13,6 +13,11 @@ "test:watch": "vitest", "test": "vitest run" }, + "repository": { + "type": "git", + "url": "git+https://github.com/tuono-labs/tuono.git", + "directory": "packages/lazy-fn-vite-plugin" + }, "keywords": [], "author": "Valerio Ageno", "license": "MIT", diff --git a/packages/router/package.json b/packages/router/package.json index 71ff8d2c..90d7688e 100644 --- a/packages/router/package.json +++ b/packages/router/package.json @@ -13,6 +13,11 @@ "test:watch": "vitest", "test": "vitest run" }, + "repository": { + "type": "git", + "url": "git+https://github.com/tuono-labs/tuono.git", + "directory": "packages/router" + }, "keywords": [], "author": "Valerio Ageno", "license": "MIT", diff --git a/packages/tuono/package.json b/packages/tuono/package.json index c01a4535..6e2eb90a 100644 --- a/packages/tuono/package.json +++ b/packages/tuono/package.json @@ -11,6 +11,11 @@ "format:check": "prettier --check --ignore-unknown '**/*'", "types": "tsc --noEmit" }, + "repository": { + "type": "git", + "url": "git+https://github.com/tuono-labs/tuono.git", + "directory": "packages/tuono" + }, "type": "module", "types": "dist/esm/index.d.ts", "main": "dist/cjs/index.cjs",