diff --git a/package.json b/package.json index fe8561894a..60e0b379cf 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,11 @@ "workspaces": [ "ghost/*" ], + "monorepo": { + "public": false, + "repo": "https://github.com/TryGhost/Ghost", + "scope": "@tryghost" + }, "eslintIgnore": [ "**/node_modules/**" ],