Skip to content

Commit

Permalink
update "repository" property in package.json to object
Browse files Browse the repository at this point in the history
  • Loading branch information
uenoB committed Jul 20, 2024
1 parent c0b8654 commit 96e2bbb
Show file tree
Hide file tree
Showing 8 changed files with 40 additions and 8 deletions.
6 changes: 5 additions & 1 deletion packages/async/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
6 changes: 5 additions & 1 deletion packages/page/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
6 changes: 5 additions & 1 deletion packages/render-preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
6 changes: 5 additions & 1 deletion packages/render-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
6 changes: 5 additions & 1 deletion packages/render-solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
6 changes: 5 additions & 1 deletion packages/render-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
6 changes: 5 additions & 1 deletion packages/render-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
6 changes: 5 additions & 1 deletion packages/vite-plugin-minissg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 96e2bbb

Please sign in to comment.