Update package.json

This commit is contained in:
Norm 2022-07-21 21:39:34 -04:00
parent ea2f56f86e
commit b21ac2da9b
Signed by: norm
GPG Key ID: 7123E30E441E80DE
1 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
{
"name": "misskey-js",
"version": "0.0.14",
"description": "Misskey SDK for JavaScript",
"name": "foundkey-js",
"version": "0.0.15",
"description": "Fork of misskey-js for Foundkey",
"main": "./built/index.js",
"types": "./built/index.d.ts",
"scripts": {
@ -16,7 +16,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/misskey-dev/misskey.js.git"
"url": "git+https://akkoma.dev/norm/foundkey.js.git"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.19.3",