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

View file

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