From 96e2bbb99330aa29a3d5d30d93e4e57cbc83be96 Mon Sep 17 00:00:00 2001 From: Katsuhiro Ueno Date: Sat, 20 Jul 2024 14:56:53 +0900 Subject: [PATCH] update "repository" property in package.json to object --- packages/async/package.json | 6 +++++- packages/page/package.json | 6 +++++- packages/render-preact/package.json | 6 +++++- packages/render-react/package.json | 6 +++++- packages/render-solid/package.json | 6 +++++- packages/render-svelte/package.json | 6 +++++- packages/render-vue/package.json | 6 +++++- packages/vite-plugin-minissg/package.json | 6 +++++- 8 files changed, 40 insertions(+), 8 deletions(-) diff --git a/packages/async/package.json b/packages/async/package.json index 13542b0..44b758d 100644 --- a/packages/async/package.json +++ b/packages/async/package.json @@ -3,7 +3,11 @@ "version": "1.0.0-next.1", "description": "Asynchronous data management utilities for Minissg", "homepage": "https://github.com/uenoB/minissg/tree/main/packages/async#readme", - "repository": "github:uenoB/minissg", + "repository": { + "type": "git", + "url": "git+https://github.com/uenoB/minissg.git", + "directory": "packages/async" + }, "license": "MIT", "type": "module", "sideEffects": false, diff --git a/packages/page/package.json b/packages/page/package.json index 2ceb168..bae22c5 100644 --- a/packages/page/package.json +++ b/packages/page/package.json @@ -3,7 +3,11 @@ "version": "1.0.0-next.1", "description": "simple page organization management for Minissg", "homepage": "https://github.com/uenoB/minissg/tree/main/packages/page#readme", - "repository": "github:uenoB/minissg", + "repository": { + "type": "git", + "url": "git+https://github.com/uenoB/minissg.git", + "directory": "packages/page" + }, "license": "MIT", "type": "module", "sideEffects": false, diff --git a/packages/render-preact/package.json b/packages/render-preact/package.json index 1ed1e8d..30e65d8 100644 --- a/packages/render-preact/package.json +++ b/packages/render-preact/package.json @@ -3,7 +3,11 @@ "version": "3.0.0", "description": "Preact plugin for Minissg", "homepage": "https://github.com/uenoB/minissg/tree/main/packages/render-preact#readme", - "repository": "github:uenoB/minissg", + "repository": { + "type": "git", + "url": "git+https://github.com/uenoB/minissg.git", + "directory": "packages/render-preact" + }, "license": "MIT", "type": "module", "sideEffects": false, diff --git a/packages/render-react/package.json b/packages/render-react/package.json index e3e9d49..b59fbc2 100644 --- a/packages/render-react/package.json +++ b/packages/render-react/package.json @@ -3,7 +3,11 @@ "version": "3.0.0", "description": "Preact plugin for Minissg", "homepage": "https://github.com/uenoB/minissg/tree/main/packages/render-react#readme", - "repository": "github:uenoB/minissg", + "repository": { + "type": "git", + "url": "git+https://github.com/uenoB/minissg.git", + "directory": "packages/render-react" + }, "license": "MIT", "type": "module", "sideEffects": false, diff --git a/packages/render-solid/package.json b/packages/render-solid/package.json index 5e6b83d..6a9c7c1 100644 --- a/packages/render-solid/package.json +++ b/packages/render-solid/package.json @@ -3,7 +3,11 @@ "version": "3.0.0", "description": "Preact plugin for Minissg", "homepage": "https://github.com/uenoB/minissg/tree/main/packages/render-solid#readme", - "repository": "github:uenoB/minissg", + "repository": { + "type": "git", + "url": "git+https://github.com/uenoB/minissg.git", + "directory": "packages/render-solid" + }, "license": "MIT", "type": "module", "sideEffects": false, diff --git a/packages/render-svelte/package.json b/packages/render-svelte/package.json index 3b3f1bc..cb5cb56 100644 --- a/packages/render-svelte/package.json +++ b/packages/render-svelte/package.json @@ -3,7 +3,11 @@ "version": "3.0.0", "description": "Preact plugin for Minissg", "homepage": "https://github.com/uenoB/minissg/tree/main/packages/render-svelte#readme", - "repository": "github:uenoB/minissg", + "repository": { + "type": "git", + "url": "git+https://github.com/uenoB/minissg.git", + "directory": "packages/render-svelte" + }, "license": "MIT", "type": "module", "sideEffects": false, diff --git a/packages/render-vue/package.json b/packages/render-vue/package.json index 8cf7f4a..778b9ef 100644 --- a/packages/render-vue/package.json +++ b/packages/render-vue/package.json @@ -3,7 +3,11 @@ "version": "3.0.0", "description": "Preact plugin for Minissg", "homepage": "https://github.com/uenoB/minissg/tree/main/packages/render-vue#readme", - "repository": "github:uenoB/minissg", + "repository": { + "type": "git", + "url": "git+https://github.com/uenoB/minissg.git", + "directory": "packages/render-vue" + }, "license": "MIT", "type": "module", "sideEffects": false, diff --git a/packages/vite-plugin-minissg/package.json b/packages/vite-plugin-minissg/package.json index 5d31a16..7db998c 100644 --- a/packages/vite-plugin-minissg/package.json +++ b/packages/vite-plugin-minissg/package.json @@ -3,7 +3,11 @@ "version": "4.0.0-next.1", "description": "Minimum-sized static site generator as a Vite plugin", "homepage": "https://github.com/uenoB/minissg/tree/main/packages/vite-plugin-minissg/#readme", - "repository": "github:uenoB/minissg", + "repository": { + "type": "git", + "url": "git+https://github.com/uenoB/minissg.git", + "directory": "packages/vite-plugin-minissg" + }, "license": "MIT", "type": "module", "sideEffects": false,