Skip to content

Commit

Permalink
fix: homepage urls in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
BANOnotIT committed Jan 6, 2024
1 parent fc549e4 commit db3c69e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/core-v2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"bugs": {
"url": "https://github.com/artalar/reatom/issues"
},
"homepage": "https://www.reatom.dev/adapter/core-v2",
"homepage": "https://www.reatom.dev/compat/core-v2",
"files": [
"/build",
"/package.json",
Expand Down
2 changes: 1 addition & 1 deletion packages/npm-cookie-baker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"bugs": {
"url": "https://github.com/artalar/reatom/issues"
},
"homepage": "https://www.reatom.dev/adapter/npm-cookie-baker",
"homepage": "https://www.reatom.dev/package/npm-cookie-baker",
"files": [
"/build",
"/package.json"
Expand Down
2 changes: 1 addition & 1 deletion packages/npm-history/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"bugs": {
"url": "https://github.com/artalar/reatom/issues"
},
"homepage": "https://www.reatom.dev/adapter/npm-history",
"homepage": "https://www.reatom.dev/package/npm-history",
"files": [
"/build",
"/package.json"
Expand Down
2 changes: 1 addition & 1 deletion packages/npm-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"bugs": {
"url": "https://github.com/artalar/reatom/issues"
},
"homepage": "https://www.reatom.dev/adapter/npm-react",
"homepage": "https://www.reatom.dev/package/npm-react",
"files": [
"/build",
"/package.json"
Expand Down
2 changes: 1 addition & 1 deletion packages/npm-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"bugs": {
"url": "https://github.com/artalar/reatom/issues"
},
"homepage": "https://www.reatom.dev/adapter/npm-svelte",
"homepage": "https://www.reatom.dev/package/npm-svelte",
"files": [
"/build",
"/package.json"
Expand Down
2 changes: 1 addition & 1 deletion packages/react-v1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"bugs": {
"url": "https://github.com/artalar/reatom/issues"
},
"homepage": "https://www.reatom.dev/adapter/react-v1",
"homepage": "https://www.reatom.dev/compat/react-v1",
"files": [
"/build",
"/package.json"
Expand Down

0 comments on commit db3c69e

Please sign in to comment.