Skip to content

Commit eaadd64

Browse files
authored
chore(misskey-js): fix repository and add license in package.json (#13902)
1 parent cf670e8 commit eaadd64

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/misskey-js/package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"name": "misskey-js",
44
"version": "2024.3.1",
55
"description": "Misskey SDK for JavaScript",
6+
"license": "MIT",
67
"main": "./built/index.js",
78
"types": "./built/index.d.ts",
89
"exports": {
@@ -30,7 +31,8 @@
3031
},
3132
"repository": {
3233
"type": "git",
33-
"url": "git+https://github.com/misskey-dev/misskey.js.git"
34+
"url": "https://github.com/misskey-dev/misskey.git",
35+
"directory": "packages/misskey-js"
3436
},
3537
"devDependencies": {
3638
"@microsoft/api-extractor": "7.43.1",

0 commit comments

Comments
 (0)