diff options
| author | zyoshoka <107108195+zyoshoka@users.noreply.github.com> | 2024-05-29 20:57:48 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-29 20:57:48 +0900 |
| commit | eaadd643ebdfb7b9cc5bd04eb68af740ced52c87 (patch) | |
| tree | a1bc25e84ec3a5f87caa18119efef19fc3a52c3c | |
| parent | refactor(backend): avoid `as any` on CustomEmojiService.ts (#13903) (diff) | |
| download | sharkey-eaadd643ebdfb7b9cc5bd04eb68af740ced52c87.tar.gz sharkey-eaadd643ebdfb7b9cc5bd04eb68af740ced52c87.tar.bz2 sharkey-eaadd643ebdfb7b9cc5bd04eb68af740ced52c87.zip | |
chore(misskey-js): fix `repository` and add `license` in `package.json` (#13902)
| -rw-r--r-- | packages/misskey-js/package.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/misskey-js/package.json b/packages/misskey-js/package.json index 6badc7f3ee..f496d8bb1d 100644 --- a/packages/misskey-js/package.json +++ b/packages/misskey-js/package.json @@ -3,6 +3,7 @@ "name": "misskey-js", "version": "2024.3.1", "description": "Misskey SDK for JavaScript", + "license": "MIT", "main": "./built/index.js", "types": "./built/index.d.ts", "exports": { @@ -30,7 +31,8 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/misskey-dev/misskey.js.git" + "url": "https://github.com/misskey-dev/misskey.git", + "directory": "packages/misskey-js" }, "devDependencies": { "@microsoft/api-extractor": "7.43.1", |