social-agent-cli 1.0.9 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/install.ts +0 -3
- package/package.json +1 -1
package/install.ts
CHANGED
|
@@ -229,10 +229,7 @@ Bu dosyayı düzenlemek için: ${promptPath}
|
|
|
229
229
|
`);
|
|
230
230
|
|
|
231
231
|
const browserPlatforms = [
|
|
232
|
-
{ key: "x", name: "X (Twitter)", url: "https://x.com" },
|
|
233
232
|
{ key: "linkedin", name: "LinkedIn", url: "https://www.linkedin.com" },
|
|
234
|
-
{ key: "instagram", name: "Instagram", url: "https://www.instagram.com" },
|
|
235
|
-
{ key: "facebook", name: "Facebook", url: "https://www.facebook.com" },
|
|
236
233
|
];
|
|
237
234
|
|
|
238
235
|
console.log(" Şimdi browser platformlarını kuralım.\n");
|