Skip to content

Commit 5716cb4

Browse files
committed
Replaced repository references to legacy "master"
no issue - When navigating from NPM to a certain package a distracting banner pops up informing that "master" has been renamed to "main". Fixed the package.json repository URLs to point to a correct branch
1 parent 3d9e939 commit 5716cb4

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

packages/admin-api-schema/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tryghost/admin-api-schema",
33
"version": "4.5.1",
4-
"repository": "https://github.com/TryGhost/SDK/tree/master/packages/admin-api-schema",
4+
"repository": "https://github.com/TryGhost/SDK/tree/main/packages/admin-api-schema",
55
"author": "Ghost Foundation",
66
"license": "MIT",
77
"main": "index.js",

packages/admin-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tryghost/admin-api",
33
"version": "1.13.7",
4-
"repository": "https://github.com/TryGhost/SDK/tree/master/packages/admin-api",
4+
"repository": "https://github.com/TryGhost/SDK/tree/main/packages/admin-api",
55
"author": "Ghost Foundation",
66
"license": "MIT",
77
"main": "index.js",

packages/color-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tryghost/color-utils",
33
"version": "0.1.26",
4-
"repository": "https://github.com/TryGhost/SDK/tree/master/packages/color-utils",
4+
"repository": "https://github.com/TryGhost/SDK/tree/main/packages/color-utils",
55
"author": "Ghost Foundation",
66
"license": "MIT",
77
"main": "cjs/color-utils.js",

packages/content-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tryghost/content-api",
33
"version": "1.11.15",
4-
"repository": "https://github.com/TryGhost/SDK/tree/master/packages/content-api",
4+
"repository": "https://github.com/TryGhost/SDK/tree/main/packages/content-api",
55
"author": "Ghost Foundation",
66
"license": "MIT",
77
"main": "cjs/content-api.js",

packages/helpers-gatsby/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tryghost/helpers-gatsby",
33
"version": "2.0.15",
4-
"repository": "https://github.com/TryGhost/SDK/tree/master/packages/helpers-gatsby",
4+
"repository": "https://github.com/TryGhost/SDK/tree/main/packages/helpers-gatsby",
55
"author": "Ghost Foundation",
66
"license": "MIT",
77
"main": "./lib/index.js",

packages/helpers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tryghost/helpers",
33
"version": "1.1.84",
4-
"repository": "https://github.com/TryGhost/SDK/tree/master/packages/helpers",
4+
"repository": "https://github.com/TryGhost/SDK/tree/main/packages/helpers",
55
"author": "Ghost Foundation",
66
"license": "MIT",
77
"main": "cjs/helpers.js",

packages/schema-org/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tryghost/schema-org",
33
"version": "0.1.36",
4-
"repository": "https://github.com/TryGhost/SDK/tree/master/packages/schema-org",
4+
"repository": "https://github.com/TryGhost/SDK/tree/main/packages/schema-org",
55
"author": "Ghost Foundation",
66
"license": "MIT",
77
"main": "index.js",

packages/social-urls/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tryghost/social-urls",
33
"version": "0.1.39",
4-
"repository": "https://github.com/TryGhost/SDK/tree/master/packages/social-urls",
4+
"repository": "https://github.com/TryGhost/SDK/tree/main/packages/social-urls",
55
"author": "Ghost Foundation",
66
"license": "MIT",
77
"main": "lib/index.js",

packages/string/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tryghost/string",
33
"version": "0.2.7",
4-
"repository": "https://github.com/TryGhost/SDK/tree/master/packages/string",
4+
"repository": "https://github.com/TryGhost/SDK/tree/main/packages/string",
55
"author": "Ghost Foundation",
66
"license": "MIT",
77
"main": "lib",

packages/timezone-data/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tryghost/timezone-data",
33
"version": "0.3.5",
4-
"repository": "https://github.com/TryGhost/SDK/tree/master/packages/timezone-data",
4+
"repository": "https://github.com/TryGhost/SDK/tree/main/packages/timezone-data",
55
"author": "Ghost Foundation",
66
"license": "MIT",
77
"main": "cjs/timezone-data.js",

0 commit comments

Comments
 (0)