Skip to content

Commit

Permalink
correct "homepage" field in package.json. fixes #31
Browse files Browse the repository at this point in the history
  • Loading branch information
thetarnav committed Jul 15, 2022
1 parent b5eb783 commit a8d0354
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 8 deletions.
11 changes: 11 additions & 0 deletions .changeset/cyan-moose-call.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
"@solid-devtools/babel-plugin": patch
"@solid-devtools/debugger": patch
"@solid-devtools/extension-adapter": patch
"@solid-devtools/locator": patch
"@solid-devtools/logger": patch
"solid-devtools": patch
"@solid-devtools/ui": patch
---

Correct "homepage" filed in package.json, to lead to individual package readme.
2 changes: 1 addition & 1 deletion packages/babel-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"author": "Damian Tarnawski <[email protected]>",
"contributors": [],
"homepage": "https://github.com/thetarnav/solid-devtools#readme",
"homepage": "https://github.com/thetarnav/solid-devtools/tree/main/packages/babel-plugin#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/thetarnav/solid-devtools.git"
Expand Down
2 changes: 1 addition & 1 deletion packages/debugger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"author": "Damian Tarnawski <[email protected]>",
"contributors": [],
"homepage": "https://github.com/thetarnav/solid-devtools#readme",
"homepage": "https://github.com/thetarnav/solid-devtools/tree/main/packages/debugger#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/thetarnav/solid-devtools.git"
Expand Down
2 changes: 1 addition & 1 deletion packages/extension-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"author": "Damian Tarnawski <[email protected]>",
"contributors": [],
"homepage": "https://github.com/thetarnav/solid-devtools#readme",
"homepage": "https://github.com/thetarnav/solid-devtools/tree/main/packages/extension-adapter#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/thetarnav/solid-devtools.git"
Expand Down
2 changes: 1 addition & 1 deletion packages/locator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"author": "Damian Tarnawski <[email protected]>",
"contributors": [],
"homepage": "https://github.com/thetarnav/solid-devtools#readme",
"homepage": "https://github.com/thetarnav/solid-devtools/tree/main/packages/locator#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/thetarnav/solid-devtools.git"
Expand Down
2 changes: 1 addition & 1 deletion packages/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"author": "Damian Tarnawski <[email protected]>",
"contributors": [],
"homepage": "https://github.com/thetarnav/solid-devtools#readme",
"homepage": "https://github.com/thetarnav/solid-devtools/tree/main/packages/logger#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/thetarnav/solid-devtools.git"
Expand Down
2 changes: 1 addition & 1 deletion packages/main/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"author": "Damian Tarnawski <[email protected]>",
"contributors": [],
"homepage": "https://github.com/thetarnav/solid-devtools#readme",
"homepage": "https://github.com/thetarnav/solid-devtools/tree/main/packages/main#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/thetarnav/solid-devtools.git"
Expand Down
2 changes: 1 addition & 1 deletion packages/overlay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"contributors": [
"Damian Tarnawski <[email protected]>"
],
"homepage": "https://github.com/thetarnav/solid-devtools#readme",
"homepage": "https://github.com/thetarnav/solid-devtools/tree/main/packages/overlay#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/thetarnav/solid-devtools.git"
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"author": "Damian Tarnawski <[email protected]>",
"contributors": [],
"homepage": "https://github.com/thetarnav/solid-devtools#readme",
"homepage": "https://github.com/thetarnav/solid-devtools/tree/main/packages/ui#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/thetarnav/solid-devtools.git"
Expand Down

0 comments on commit a8d0354

Please sign in to comment.