diff --git a/package.json b/package.json index 9f3ebf4a66..c590388f3d 100644 --- a/package.json +++ b/package.json @@ -4,14 +4,13 @@ "codename": "nasubi", "repository": { "type": "git", - "url": "https://github.com/kakkokari-gtyih/misskey.git" + "url": "https://github.com/misskey-dev/misskey.git" }, "packageManager": "pnpm@8.1.1", "workspaces": [ "packages/frontend", "packages/backend", - "packages/sw", - "packages/misskey-js" + "packages/sw" ], "private": true, "scripts": { @@ -67,4 +66,4 @@ "optionalDependencies": { "@tensorflow/tfjs-core": "4.2.0" } -} \ No newline at end of file +}