Skip to content

Commit a1751fc

Browse files
committed
Fix repo paths in package.json files
1 parent cb9bad6 commit a1751fc

4 files changed

Lines changed: 11 additions & 3 deletions

File tree

packages/core/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
"license": "MIT",
1818
"repository": {
1919
"type": "git",
20-
"url": "https://github.com/farcasterxyz/hub-monorepo/blob/main/packages/core"
20+
"url": "https://github.com/farcasterxyz/hub-monorepo.git",
21+
"directory": "packages/core"
2122
},
2223
"dependencies": {
2324
"@noble/curves": "^1.0.0",

packages/hub-nodejs/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
"license": "MIT",
1818
"repository": {
1919
"type": "git",
20-
"url": "https://github.com/farcasterxyz/hub-monorepo/blob/main/packages/hub-nodejs"
20+
"url": "https://github.com/farcasterxyz/hub-monorepo.git",
21+
"directory": "packages/hub-nodejs"
2122
},
2223
"dependencies": {
2324
"@farcaster/core": "0.18.10",

packages/hub-web/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
"license": "MIT",
1818
"repository": {
1919
"type": "git",
20-
"url": "https://github.com/farcasterxyz/hub-monorepo/blob/main/packages/hub-web"
20+
"url": "https://github.com/farcasterxyz/hub-monorepo.git",
21+
"directory": "packages/hub-web"
2122
},
2223
"scripts": {
2324
"build": "tsup --config tsup.config.ts",

packages/shuttle/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@
1515
"dist"
1616
],
1717
"license": "MIT",
18+
"repository": {
19+
"type": "git",
20+
"url": "https://github.com/farcasterxyz/hub-monorepo.git",
21+
"directory": "packages/shuttle"
22+
},
1823
"dependencies": {
1924
"@farcaster/hot-shots": "^10.0.0",
2025
"@farcaster/hub-nodejs": "^0.15.10",

0 commit comments

Comments
 (0)