diff --git a/ghost/adapter-manager/package.json b/ghost/adapter-manager/package.json index 03d19b31e9..ffa7f7a939 100644 --- a/ghost/adapter-manager/package.json +++ b/ghost/adapter-manager/package.json @@ -1,7 +1,7 @@ { "name": "@tryghost/adapter-manager", "version": "0.2.16", - "repository": "https://github.com/TryGhost/Utils/tree/master/packages/adapter-manager", + "repository": "https://github.com/TryGhost/Utils/tree/main/packages/adapter-manager", "author": "Ghost Foundation", "license": "MIT", "main": "index.js", diff --git a/ghost/bootstrap-socket/package.json b/ghost/bootstrap-socket/package.json index 260dde8a66..28b5a6cb80 100644 --- a/ghost/bootstrap-socket/package.json +++ b/ghost/bootstrap-socket/package.json @@ -1,7 +1,7 @@ { "name": "@tryghost/bootstrap-socket", "version": "0.2.11", - "repository": "https://github.com/TryGhost/Utils/tree/master/packages/bootstrap-socket", + "repository": "https://github.com/TryGhost/Utils/tree/main/packages/bootstrap-socket", "author": "Ghost Foundation", "license": "MIT", "main": "index.js", diff --git a/ghost/constants/package.json b/ghost/constants/package.json index ce38cdefdf..1a7b0da3a7 100644 --- a/ghost/constants/package.json +++ b/ghost/constants/package.json @@ -1,7 +1,7 @@ { "name": "@tryghost/constants", "version": "0.1.10", - "repository": "https://github.com/TryGhost/Utils/tree/master/packages/constants", + "repository": "https://github.com/TryGhost/Utils/tree/main/packages/constants", "author": "Ghost Foundation", "license": "MIT", "main": "index.js", diff --git a/ghost/errors/package.json b/ghost/errors/package.json index a057046d05..11ad6fce7b 100644 --- a/ghost/errors/package.json +++ b/ghost/errors/package.json @@ -1,7 +1,7 @@ { "name": "@tryghost/errors", "version": "0.2.15", - "repository": "https://github.com/TryGhost/Utils/tree/master/packages/errors", + "repository": "https://github.com/TryGhost/Utils/tree/main/packages/errors", "author": "Ghost Foundation", "license": "MIT", "main": "index.js", diff --git a/ghost/image-transform/package.json b/ghost/image-transform/package.json index 9ed81b1a48..dbf6590c00 100644 --- a/ghost/image-transform/package.json +++ b/ghost/image-transform/package.json @@ -1,7 +1,7 @@ { "name": "@tryghost/image-transform", "version": "1.0.15", - "repository": "https://github.com/TryGhost/Utils/tree/master/packages/image-transform", + "repository": "https://github.com/TryGhost/Utils/tree/main/packages/image-transform", "author": "Ghost Foundation", "license": "MIT", "main": "index.js", diff --git a/ghost/job-manager/package.json b/ghost/job-manager/package.json index 33b53d8e77..2632852e05 100644 --- a/ghost/job-manager/package.json +++ b/ghost/job-manager/package.json @@ -1,7 +1,7 @@ { "name": "@tryghost/job-manager", "version": "0.8.9", - "repository": "https://github.com/TryGhost/Utils/tree/master/packages/job-manager", + "repository": "https://github.com/TryGhost/Utils/tree/main/packages/job-manager", "author": "Ghost Foundation", "license": "MIT", "main": "index.js", diff --git a/ghost/limit-service/package.json b/ghost/limit-service/package.json index 68d0eaa631..995442a1c0 100644 --- a/ghost/limit-service/package.json +++ b/ghost/limit-service/package.json @@ -1,7 +1,7 @@ { "name": "@tryghost/limit-service", "version": "0.6.3", - "repository": "https://github.com/TryGhost/Utils/tree/master/packages/limit-service", + "repository": "https://github.com/TryGhost/Utils/tree/main/packages/limit-service", "author": "Ghost Foundation", "license": "MIT", "main": "./lib/limit-service.js", diff --git a/ghost/moleculer-service-from-class/package.json b/ghost/moleculer-service-from-class/package.json index 889924b74a..a23a8958f0 100644 --- a/ghost/moleculer-service-from-class/package.json +++ b/ghost/moleculer-service-from-class/package.json @@ -1,7 +1,7 @@ { "name": "@tryghost/moleculer-service-from-class", "version": "0.2.19", - "repository": "https://github.com/TryGhost/Utils/tree/master/packages/moleculer-service-from-class", + "repository": "https://github.com/TryGhost/Utils/tree/main/packages/moleculer-service-from-class", "author": "Ghost Foundation", "license": "MIT", "main": "index.js", diff --git a/ghost/mw-session-from-token/package.json b/ghost/mw-session-from-token/package.json index 389cd4b1a6..e003d6144c 100644 --- a/ghost/mw-session-from-token/package.json +++ b/ghost/mw-session-from-token/package.json @@ -1,7 +1,7 @@ { "name": "@tryghost/mw-session-from-token", "version": "0.1.24", - "repository": "https://github.com/TryGhost/Utils/tree/master/packages/mw-session-from-token", + "repository": "https://github.com/TryGhost/Utils/tree/main/packages/mw-session-from-token", "author": "Ghost Foundation", "license": "MIT", "main": "index.js", diff --git a/ghost/package-json/package.json b/ghost/package-json/package.json index 9333a43ba8..d8a9909797 100644 --- a/ghost/package-json/package.json +++ b/ghost/package-json/package.json @@ -1,7 +1,7 @@ { "name": "@tryghost/package-json", "version": "1.0.4", - "repository": "https://github.com/TryGhost/Utils/tree/master/packages/package-json", + "repository": "https://github.com/TryGhost/Utils/tree/main/packages/package-json", "author": "Ghost Foundation", "license": "MIT", "main": "index.js", diff --git a/ghost/pretty-cli/package.json b/ghost/pretty-cli/package.json index e17306c137..0d54279d47 100644 --- a/ghost/pretty-cli/package.json +++ b/ghost/pretty-cli/package.json @@ -2,7 +2,7 @@ "name": "@tryghost/pretty-cli", "version": "1.2.20", "description": "A mini-module to style a sywac instance in a standard way", - "repository": "https://github.com/TryGhost/Utils/tree/master/packages/pretty-cli", + "repository": "https://github.com/TryGhost/Utils/tree/main/packages/pretty-cli", "author": "Ghost Foundation", "license": "MIT", "main": "index.js", diff --git a/ghost/promise/package.json b/ghost/promise/package.json index 152c6ffc24..b4f6a38e0e 100644 --- a/ghost/promise/package.json +++ b/ghost/promise/package.json @@ -1,7 +1,7 @@ { "name": "@tryghost/promise", "version": "0.1.11", - "repository": "https://github.com/TryGhost/Utils/tree/master/packages/promise", + "repository": "https://github.com/TryGhost/Utils/tree/main/packages/promise", "author": "Ghost Foundation", "license": "MIT", "main": "index.js", diff --git a/ghost/release-utils/package.json b/ghost/release-utils/package.json index 74066e87c9..f7eac5e1b9 100644 --- a/ghost/release-utils/package.json +++ b/ghost/release-utils/package.json @@ -1,7 +1,7 @@ { "name": "@tryghost/release-utils", "version": "0.6.17", - "repository": "https://github.com/TryGhost/Utils/tree/master/packages/release-utils", + "repository": "https://github.com/TryGhost/Utils/tree/main/packages/release-utils", "author": "Ghost Foundation", "license": "MIT", "main": "lib/index.js", diff --git a/ghost/security/package.json b/ghost/security/package.json index ef25d8270c..858d1cef30 100644 --- a/ghost/security/package.json +++ b/ghost/security/package.json @@ -1,7 +1,7 @@ { "name": "@tryghost/security", "version": "0.2.11", - "repository": "https://github.com/TryGhost/Utils/tree/master/packages/security", + "repository": "https://github.com/TryGhost/Utils/tree/main/packages/security", "author": "Ghost Foundation", "license": "MIT", "main": "index.js", diff --git a/ghost/session-service/package.json b/ghost/session-service/package.json index 1bba6cb800..e5c888f20e 100644 --- a/ghost/session-service/package.json +++ b/ghost/session-service/package.json @@ -1,7 +1,7 @@ { "name": "@tryghost/session-service", "version": "0.1.26", - "repository": "https://github.com/TryGhost/Utils/tree/master/packages/session-service", + "repository": "https://github.com/TryGhost/Utils/tree/main/packages/session-service", "author": "Ghost Foundation", "license": "MIT", "main": "index.js", diff --git a/ghost/vhost-middleware/package.json b/ghost/vhost-middleware/package.json index b014c51d9b..cd30f041bf 100644 --- a/ghost/vhost-middleware/package.json +++ b/ghost/vhost-middleware/package.json @@ -1,7 +1,7 @@ { "name": "@tryghost/vhost-middleware", "version": "1.0.17", - "repository": "https://github.com/TryGhost/Utils/tree/master/packages/vhost-middleware", + "repository": "https://github.com/TryGhost/Utils/tree/main/packages/vhost-middleware", "author": "Ghost Foundation", "license": "MIT", "main": "index.js", diff --git a/ghost/zip/package.json b/ghost/zip/package.json index c6aafcad15..d362fecc6b 100644 --- a/ghost/zip/package.json +++ b/ghost/zip/package.json @@ -1,7 +1,7 @@ { "name": "@tryghost/zip", "version": "1.1.16", - "repository": "https://github.com/TryGhost/Utils/tree/master/packages/zip", + "repository": "https://github.com/TryGhost/Utils/tree/main/packages/zip", "author": "Ghost Foundation", "license": "MIT", "main": "index.js",