Skip to content

Commit

Permalink
chore: fix package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsimao committed Feb 21, 2024
1 parent ce7f790 commit c222237
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 20 deletions.
8 changes: 8 additions & 0 deletions .changeset/orange-snails-lay.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"@gobob/react-query": patch
"@gobob/sats-wagmi": patch
"@gobob/types": patch
"@gobob/utils": patch
---

chore: update package.json
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/bob-collective/bob-ui"
"url": "https://github.com/bob-collective/sats-wagmi"
},
"scripts": {
"dev": "storybook dev -p 6006",
Expand Down
8 changes: 4 additions & 4 deletions packages/react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@gobob/react-query",
"version": "0.0.0",
"description": "Bob UI React Query",
"homepage": "https://github.com/bob-collective/bob-ui#readme",
"homepage": "https://github.com/bob-collective/sats-wagmi#readme",
"license": "MIT",
"keywords": [
"bob",
Expand All @@ -20,11 +20,11 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/interlay/ui.git",
"directory": "packages/hooks"
"url": "git+https://github.com/bob-collective/sats-wagmi.git",
"directory": "packages/react-query"
},
"bugs": {
"url": "https://github.com/bob-collective/bob-ui/issues"
"url": "https://github.com/bob-collective/sats-wagmi/issues"
},
"scripts": {
"lint": "eslint .",
Expand Down
10 changes: 5 additions & 5 deletions packages/sats-wagmi/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@gobob/sats-wagmi",
"version": "0.0.0",
"description": "Bob UI library.",
"homepage": "https://github.com/bob-collective/bob-ui#readme",
"description": "Bob sats-wagmi.",
"homepage": "https://github.com/bob-collective/sats-wagmi#readme",
"license": "MIT",
"keywords": [
"bob",
Expand All @@ -20,11 +20,11 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/bob-collective/bob-ui.git",
"directory": "packages/components"
"url": "git+https://github.com/bob-collective/sats-wagmi.git",
"directory": "packages/sats-wagmi"
},
"bugs": {
"url": "https://github.com/bob-collective/bob-ui/issues"
"url": "https://github.com/bob-collective/sats-wagmi/issues"
},
"scripts": {
"lint": "eslint .",
Expand Down
10 changes: 5 additions & 5 deletions packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@gobob/types",
"version": "0.0.0",
"description": "Bob UI library.",
"homepage": "https://github.com/bob-collective/bob-ui#readme",
"description": "Bob types.",
"homepage": "https://github.com/bob-collective/sats-wagmi#readme",
"license": "MIT",
"keywords": [
"bob",
Expand All @@ -18,11 +18,11 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/bob-collective/bob-ui.git",
"directory": "packages/components"
"url": "git+https://github.com/bob-collective/sats-wagmi.git",
"directory": "packages/types"
},
"bugs": {
"url": "https://github.com/bob-collective/bob-ui/issues"
"url": "https://github.com/bob-collective/sats-wagmi/issues"
},
"scripts": {
"lint": "eslint .",
Expand Down
10 changes: 5 additions & 5 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@gobob/utils",
"version": "0.0.0",
"description": "Bob UI library.",
"homepage": "https://github.com/bob-collective/bob-ui#readme",
"description": "Bob utils.",
"homepage": "https://github.com/bob-collective/sats-wagmi#readme",
"license": "MIT",
"keywords": [
"bob",
Expand All @@ -18,11 +18,11 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/bob-collective/bob-ui.git",
"directory": "packages/components"
"url": "git+https://github.com/bob-collective/sats-wagmi.git",
"directory": "packages/utils"
},
"bugs": {
"url": "https://github.com/bob-collective/bob-ui/issues"
"url": "https://github.com/bob-collective/sats-wagmi/issues"
},
"scripts": {
"lint": "eslint .",
Expand Down

0 comments on commit c222237

Please sign in to comment.