Skip to content

Commit 273f889

Browse files
committed
Updated repository in package.json
- This is a more modern / up-to-date structure for repository - It's correct according to package.json docs (unlike using a URL directly) - I'm updating this where I find it - for consistency
1 parent 2d70e43 commit 273f889

File tree

43 files changed

+214
-38
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+214
-38
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"private": true,
3-
"repository": "https://github.com/TryGhost/framework",
3+
"repository": {
4+
"type": "git",
5+
"url": "git+https://github.com/TryGhost/framework.git"
6+
},
47
"author": "Ghost Foundation",
58
"license": "MIT",
69
"workspaces": [

packages/api-framework/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
{
22
"name": "@tryghost/api-framework",
33
"version": "1.0.1",
4-
"repository": "https://github.com/TryGhost/framework/tree/main/packages/api-framework",
4+
"repository": {
5+
"type": "git",
6+
"url": "git+https://github.com/TryGhost/framework.git",
7+
"directory": "packages/api-framework"
8+
},
59
"author": "Ghost Foundation",
610
"publishConfig": {
711
"access": "public"

packages/bookshelf-collision/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
{
22
"name": "@tryghost/bookshelf-collision",
33
"version": "0.1.47",
4-
"repository": "https://github.com/TryGhost/framework/tree/main/packages/bookshelf-collision",
4+
"repository": {
5+
"type": "git",
6+
"url": "git+https://github.com/TryGhost/framework.git",
7+
"directory": "packages/bookshelf-collision"
8+
},
59
"author": "Ghost Foundation",
610
"license": "MIT",
711
"main": "index.js",

packages/bookshelf-custom-query/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
{
22
"name": "@tryghost/bookshelf-custom-query",
33
"version": "0.1.29",
4-
"repository": "https://github.com/TryGhost/framework/tree/main/packages/bookshelf-custom-query",
4+
"repository": {
5+
"type": "git",
6+
"url": "git+https://github.com/TryGhost/framework.git",
7+
"directory": "packages/bookshelf-custom-query"
8+
},
59
"author": "Ghost Foundation",
610
"license": "MIT",
711
"main": "index.js",

packages/bookshelf-eager-load/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
{
22
"name": "@tryghost/bookshelf-eager-load",
33
"version": "0.1.33",
4-
"repository": "https://github.com/TryGhost/framework/tree/main/packages/bookshelf-eager-load",
4+
"repository": {
5+
"type": "git",
6+
"url": "git+https://github.com/TryGhost/framework.git",
7+
"directory": "packages/bookshelf-eager-load"
8+
},
59
"author": "Ghost Foundation",
610
"license": "MIT",
711
"main": "index.js",

packages/bookshelf-filter/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
{
22
"name": "@tryghost/bookshelf-filter",
33
"version": "0.5.22",
4-
"repository": "https://github.com/TryGhost/framework/tree/main/packages/bookshelf-filter",
4+
"repository": {
5+
"type": "git",
6+
"url": "git+https://github.com/TryGhost/framework.git",
7+
"directory": "packages/bookshelf-filter"
8+
},
59
"author": "Ghost Foundation",
610
"license": "MIT",
711
"main": "index.js",

packages/bookshelf-has-posts/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
{
22
"name": "@tryghost/bookshelf-has-posts",
33
"version": "0.1.34",
4-
"repository": "https://github.com/TryGhost/framework/tree/main/packages/bookshelf-has-posts",
4+
"repository": {
5+
"type": "git",
6+
"url": "git+https://github.com/TryGhost/framework.git",
7+
"directory": "packages/bookshelf-has-posts"
8+
},
59
"author": "Ghost Foundation",
610
"license": "MIT",
711
"main": "index.js",

packages/bookshelf-include-count/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
{
22
"name": "@tryghost/bookshelf-include-count",
33
"version": "0.3.17",
4-
"repository": "https://github.com/TryGhost/framework/tree/main/packages/bookshelf-include-count",
4+
"repository": {
5+
"type": "git",
6+
"url": "git+https://github.com/TryGhost/framework.git",
7+
"directory": "packages/bookshelf-include-count"
8+
},
59
"author": "Ghost Foundation",
610
"license": "MIT",
711
"main": "index.js",

packages/bookshelf-order/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
{
22
"name": "@tryghost/bookshelf-order",
33
"version": "0.1.29",
4-
"repository": "https://github.com/TryGhost/framework/tree/main/packages/bookshelf-order",
4+
"repository": {
5+
"type": "git",
6+
"url": "git+https://github.com/TryGhost/framework.git",
7+
"directory": "packages/bookshelf-order"
8+
},
59
"author": "Ghost Foundation",
610
"license": "MIT",
711
"main": "index.js",

packages/bookshelf-pagination/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
{
22
"name": "@tryghost/bookshelf-pagination",
33
"version": "0.1.50",
4-
"repository": "https://github.com/TryGhost/framework/tree/main/packages/bookshelf-pagination",
4+
"repository": {
5+
"type": "git",
6+
"url": "git+https://github.com/TryGhost/framework.git",
7+
"directory": "packages/bookshelf-pagination"
8+
},
59
"author": "Ghost Foundation",
610
"license": "MIT",
711
"main": "index.js",

0 commit comments

Comments
 (0)