fix repo urls

This commit is contained in:
Matt Kane
2026-04-01 13:27:23 +01:00
parent 8e389d5ef8
commit 3bec16b171
11 changed files with 267 additions and 217 deletions

View File

@@ -144,16 +144,16 @@ async function main() {
const platform = await p.select<Platform>({
message: "Where will you deploy?",
options: [
{
value: "node",
label: "Node.js",
hint: "SQLite + local file storage",
},
{
value: "cloudflare",
label: "Cloudflare Workers",
hint: "D1 + R2",
},
{
value: "node",
label: "Node.js",
hint: "SQLite + local file storage",
},
],
initialValue: "node",
});

View File

@@ -39,5 +39,10 @@
"typecheck": "tsgo --noEmit"
},
"dependencies": {},
"optionalDependencies": {}
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/emdash-cms/emdash.git",
"directory": "packages/plugins/ai-moderation"
}
}

View File

@@ -28,5 +28,10 @@
},
"dependencies": {},
"devDependencies": {},
"optionalDependencies": {}
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/emdash-cms/emdash.git",
"directory": "packages/plugins/api-test"
}
}

View File

@@ -32,5 +32,10 @@
"scripts": {
"test": "vitest run",
"typecheck": "tsgo --noEmit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/emdash-cms/emdash.git",
"directory": "packages/plugins/atproto"
}
}

View File

@@ -29,5 +29,10 @@
"scripts": {
"typecheck": "tsgo --noEmit"
},
"optionalDependencies": {}
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/emdash-cms/emdash.git",
"directory": "packages/plugins/audit-log"
}
}

View File

@@ -30,5 +30,10 @@
},
"scripts": {
"typecheck": "tsgo --noEmit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/emdash-cms/emdash.git",
"directory": "packages/plugins/color"
}
}

View File

@@ -33,5 +33,10 @@
},
"scripts": {
"typecheck": "tsgo --noEmit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/emdash-cms/emdash.git",
"directory": "packages/plugins/embeds"
}
}

View File

@@ -36,5 +36,10 @@
},
"scripts": {
"typecheck": "tsgo --noEmit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/emdash-cms/emdash.git",
"directory": "packages/plugins/forms"
}
}

View File

@@ -35,5 +35,10 @@
"devDependencies": {
"tsdown": "catalog:",
"typescript": "catalog:"
},
"repository": {
"type": "git",
"url": "git+https://github.com/emdash-cms/emdash.git",
"directory": "packages/plugins/marketplace-test"
}
}

View File

@@ -37,5 +37,10 @@
"typescript": "catalog:"
},
"peerDependencies": {},
"optionalDependencies": {}
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/emdash-cms/emdash.git",
"directory": "packages/plugins/sandboxed-test"
}
}

View File

@@ -29,5 +29,10 @@
"typecheck": "tsgo --noEmit"
},
"dependencies": {},
"optionalDependencies": {}
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/emdash-cms/emdash.git",
"directory": "packages/plugins/webhook-notifier"
}
}