From c2120a49611a0c9f0cd81b35cbc049edbe74352b Mon Sep 17 00:00:00 2001 From: Matt Kane Date: Wed, 1 Apr 2026 11:18:28 +0100 Subject: [PATCH] Fix repo names --- .changeset/config.json | 2 +- README.md | 4 ++-- packages/admin/package.json | 4 ++-- packages/auth/package.json | 2 +- packages/blocks/package.json | 4 ++-- packages/cloudflare/package.json | 4 ++-- packages/core/package.json | 4 ++-- packages/create-emdash/package.json | 2 +- packages/create-emdash/src/index.ts | 6 +++--- packages/gutenberg-to-portable-text/package.json | 4 ++-- packages/marketplace/package.json | 4 ++-- packages/x402/package.json | 2 +- 12 files changed, 21 insertions(+), 21 deletions(-) diff --git a/.changeset/config.json b/.changeset/config.json index b34d7ba..958dae2 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -3,7 +3,7 @@ "changelog": [ "@changesets/changelog-github", { - "repo": "cloudflare/emdash" + "repo": "emdash-cms/emdash" } ], "commit": false, diff --git a/README.md b/README.md index 0754163..9f3a4ab 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ npm create emdash@latest Or deploy directly to your Cloudflare account: -[![Deploy to Cloudflare](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/cloudflare/emdash/tree/main/templates/cloudflare) +[![Deploy to Cloudflare](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/emdash-cms/templates/tree/main/blog-cloudflare) EmDash runs on Cloudflare (D1 + R2 + Workers) or any Node.js server with SQLite. No PHP, no separate hosting tier -- just deploy your Astro site. @@ -166,7 +166,7 @@ See the [documentation](https://docs.emdashcms.com) for guides, API reference, a This is a pnpm monorepo. To contribute: ```bash -git clone https://github.com/cloudflare/emdash.git && cd emdash +git clone https://github.com/emdash-cms/emdash.git && cd emdash pnpm install pnpm build ``` diff --git a/packages/admin/package.json b/packages/admin/package.json index 3e3b920..1c6aec0 100644 --- a/packages/admin/package.json +++ b/packages/admin/package.json @@ -82,10 +82,10 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/cloudflare/emdash.git", + "url": "git+https://github.com/emdash-cms/emdash.git", "directory": "packages/admin" }, - "homepage": "https://github.com/cloudflare/emdash", + "homepage": "https://github.com/emdash-cms/emdash", "keywords": [ "astro", "cms", diff --git a/packages/auth/package.json b/packages/auth/package.json index d01f0fd..147c92a 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -64,7 +64,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/cloudflare/emdash.git", + "url": "git+https://github.com/emdash-cms/emdash.git", "directory": "packages/auth" }, "author": "Matt Kane", diff --git a/packages/blocks/package.json b/packages/blocks/package.json index 059ade0..28281a5 100644 --- a/packages/blocks/package.json +++ b/packages/blocks/package.json @@ -52,10 +52,10 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/cloudflare/emdash.git", + "url": "git+https://github.com/emdash-cms/emdash.git", "directory": "packages/blocks" }, - "homepage": "https://github.com/cloudflare/emdash", + "homepage": "https://github.com/emdash-cms/emdash", "keywords": [ "emdash", "cms", diff --git a/packages/cloudflare/package.json b/packages/cloudflare/package.json index b0f2090..65e4423 100644 --- a/packages/cloudflare/package.json +++ b/packages/cloudflare/package.json @@ -91,10 +91,10 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/cloudflare/emdash.git", + "url": "git+https://github.com/emdash-cms/emdash.git", "directory": "packages/cloudflare" }, - "homepage": "https://github.com/cloudflare/emdash", + "homepage": "https://github.com/emdash-cms/emdash", "keywords": [ "emdash", "cloudflare", diff --git a/packages/core/package.json b/packages/core/package.json index 4f6bee4..4da90c6 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -220,10 +220,10 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/cloudflare/emdash.git", + "url": "git+https://github.com/emdash-cms/emdash.git", "directory": "packages/core" }, - "homepage": "https://github.com/cloudflare/emdash", + "homepage": "https://github.com/emdash-cms/emdash", "keywords": [ "astro", "cms", diff --git a/packages/create-emdash/package.json b/packages/create-emdash/package.json index 02f7c54..4f29e48 100644 --- a/packages/create-emdash/package.json +++ b/packages/create-emdash/package.json @@ -31,7 +31,7 @@ "license": "MIT", "repository": { "type": "git", - "url": "git+https://github.com/cloudflare/emdash.git", + "url": "git+https://github.com/emdash-cms/emdash.git", "directory": "packages/create-emdash" }, "peerDependencies": {}, diff --git a/packages/create-emdash/src/index.ts b/packages/create-emdash/src/index.ts index e9d4c62..30bce05 100644 --- a/packages/create-emdash/src/index.ts +++ b/packages/create-emdash/src/index.ts @@ -23,19 +23,19 @@ const TEMPLATES = { name: "Blog", description: "A blog with posts and pages (Node.js + SQLite)", dir: "blog", - repo: "github:cloudflare/emdash/templates/blog", + repo: "github:emdash-cms/emdash/templates/blog", }, cloudflare: { name: "Cloudflare", description: "A blog on Cloudflare Workers (D1 + R2)", dir: "cloudflare", - repo: "github:cloudflare/emdash/templates/cloudflare", + repo: "github:emdash-cms/emdash/templates/cloudflare", }, blank: { name: "Blank", description: "A minimal starter project", dir: "blank", - repo: "github:cloudflare/emdash/templates/blank", + repo: "github:emdash-cms/emdash/templates/blank", }, } as const; diff --git a/packages/gutenberg-to-portable-text/package.json b/packages/gutenberg-to-portable-text/package.json index 756d968..a7458e4 100644 --- a/packages/gutenberg-to-portable-text/package.json +++ b/packages/gutenberg-to-portable-text/package.json @@ -35,10 +35,10 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/cloudflare/emdash.git", + "url": "git+https://github.com/emdash-cms/emdash.git", "directory": "packages/gutenberg-to-portable-text" }, - "homepage": "https://github.com/cloudflare/emdash", + "homepage": "https://github.com/emdash-cms/emdash", "keywords": [ "wordpress", "gutenberg", diff --git a/packages/marketplace/package.json b/packages/marketplace/package.json index 2a834da..4c4347f 100644 --- a/packages/marketplace/package.json +++ b/packages/marketplace/package.json @@ -26,10 +26,10 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/cloudflare/emdash.git", + "url": "git+https://github.com/emdash-cms/emdash.git", "directory": "packages/marketplace" }, - "homepage": "https://github.com/cloudflare/emdash", + "homepage": "https://github.com/emdash-cms/emdash", "keywords": [ "emdash", "cms", diff --git a/packages/x402/package.json b/packages/x402/package.json index 5253091..983f69b 100644 --- a/packages/x402/package.json +++ b/packages/x402/package.json @@ -5,7 +5,7 @@ "license": "MIT", "repository": { "type": "git", - "url": "git+https://github.com/cloudflare/emdash.git", + "url": "git+https://github.com/emdash-cms/emdash.git", "directory": "packages/x402" }, "files": [