Skip to content

Commit a1f5e87

Browse files
committed
chore: change repository fields in package.json for OP retropgf
1 parent 99bab22 commit a1f5e87

File tree

4 files changed

+8
-17
lines changed

4 files changed

+8
-17
lines changed

packages/create-frames/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818
"devDependencies": {
1919
"@types/yargs": "^17.0.32"
2020
},
21-
"repository": "framesjs/frame.js"
22-
}
21+
"repository": "framesjs/frames.js"
22+
}

packages/debugger/package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,7 @@
1111
},
1212
"type": "module",
1313
"license": "MIT",
14-
"repository": {
15-
"type": "git",
16-
"url": "https://github.com/framesjs/frames.js/tree/main/packages/debugger"
17-
},
14+
"repository": "framesjs/frames.js",
1815
"dependencies": {
1916
"@farcaster/auth-kit": "^0.6.0",
2017
"@upstash/redis": "^1.34.3",
@@ -103,4 +100,4 @@
103100
"root": true,
104101
"extends": "next"
105102
}
106-
}
103+
}

packages/frames.js/package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,7 @@
2222
"check:package-types": "attw --pack .",
2323
"check:package-lint": "publint --strict"
2424
},
25-
"repository": {
26-
"type": "git",
27-
"url": "https://github.com/framesjs/frames.js/tree/main/packages/frames.js"
28-
},
25+
"repository": "framesjs/frames.js",
2926
"exports": {
3027
".": {
3128
"import": {
@@ -440,4 +437,4 @@
440437
"viem": "^2.7.8",
441438
"zod": "^3.24.1"
442439
}
443-
}
440+
}

packages/render/package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,7 @@
2121
"check:package-types": "attw --pack .",
2222
"check:package-lint": "publint --strict"
2323
},
24-
"repository": {
25-
"type": "git",
26-
"url": "https://github.com/framesjs/frames.js/tree/main/packages/frames.js"
27-
},
24+
"repository": "framesjs/frames.js",
2825
"exports": {
2926
".": {
3027
"import": {
@@ -374,4 +371,4 @@
374371
"ox": "^0.4.4",
375372
"zod": "^3.24.1"
376373
}
377-
}
374+
}

0 commit comments

Comments
 (0)