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