Skip to content

Commit d01adf4

Browse files
committed
Updated repository references
- These packages were recently moved out of the Ghost repo but the repository ref hadn't yet been updated - We do this so it's easier to find the repo where to code lives
1 parent fa62e71 commit d01adf4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

packages/custom-fonts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tryghost/custom-fonts",
33
"version": "1.0.0",
4-
"repository": "https://github.com/TryGhost/Ghost/tree/main/packages/custom-fonts",
4+
"repository": "https://github.com/TryGhost/SDK/tree/main/packages/custom-fonts",
55
"author": "Ghost Foundation",
66
"publishConfig": {
77
"access": "public"

packages/html-to-plaintext/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tryghost/html-to-plaintext",
33
"version": "1.0.3",
4-
"repository": "https://github.com/TryGhost/Ghost/tree/main/packages/html-to-plaintext",
4+
"repository": "https://github.com/TryGhost/SDK/tree/main/packages/html-to-plaintext",
55
"author": "Ghost Foundation",
66
"private": false,
77
"main": "index.js",

packages/referrer-parser/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@
4040
"license": "MIT",
4141
"repository": {
4242
"type": "git",
43-
"url": "git+https://github.com/TryGhost/Ghost.git"
43+
"url": "git+https://github.com/TryGhost/SDK.git"
4444
},
4545
"bugs": {
46-
"url": "https://github.com/TryGhost/Ghost/issues"
46+
"url": "https://github.com/TryGhost/SDK/issues"
4747
},
4848
"homepage": "https://ghost.org",
4949
"devDependencies": {

0 commit comments

Comments
 (0)