chore(misskey-js): fix `repository` and add `license` in `package.json` (#13902)
This commit is contained in:
parent
cf670e8a3d
commit
eaadd643eb
|
@ -3,6 +3,7 @@
|
||||||
"name": "misskey-js",
|
"name": "misskey-js",
|
||||||
"version": "2024.3.1",
|
"version": "2024.3.1",
|
||||||
"description": "Misskey SDK for JavaScript",
|
"description": "Misskey SDK for JavaScript",
|
||||||
|
"license": "MIT",
|
||||||
"main": "./built/index.js",
|
"main": "./built/index.js",
|
||||||
"types": "./built/index.d.ts",
|
"types": "./built/index.d.ts",
|
||||||
"exports": {
|
"exports": {
|
||||||
|
@ -30,7 +31,8 @@
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"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": {
|
"devDependencies": {
|
||||||
"@microsoft/api-extractor": "7.43.1",
|
"@microsoft/api-extractor": "7.43.1",
|
||||||
|
|
Loading…
Reference in New Issue