Update package.json

This commit is contained in:
kakkokari-gtyih 2023-04-09 04:52:59 +09:00 committed by GitHub
parent 3a4f9a2299
commit 9cbdcdc328
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 4 deletions

View File

@ -4,14 +4,13 @@
"codename": "nasubi", "codename": "nasubi",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/kakkokari-gtyih/misskey.git" "url": "https://github.com/misskey-dev/misskey.git"
}, },
"packageManager": "pnpm@8.1.1", "packageManager": "pnpm@8.1.1",
"workspaces": [ "workspaces": [
"packages/frontend", "packages/frontend",
"packages/backend", "packages/backend",
"packages/sw", "packages/sw"
"packages/misskey-js"
], ],
"private": true, "private": true,
"scripts": { "scripts": {
@ -67,4 +66,4 @@
"optionalDependencies": { "optionalDependencies": {
"@tensorflow/tfjs-core": "4.2.0" "@tensorflow/tfjs-core": "4.2.0"
} }
} }