diff --git a/packages/foundkey-js/package.json b/packages/foundkey-js/package.json index c350fd93d..b5c54697c 100644 --- a/packages/foundkey-js/package.json +++ b/packages/foundkey-js/package.json @@ -1,6 +1,6 @@ { "name": "foundkey-js", - "version": "0.0.15", + "version": "13.0.0-preview1", "description": "Fork of misskey-js for Foundkey", "main": "./built/index.js", "types": "./built/index.d.ts", @@ -14,10 +14,6 @@ "jest": "jest --coverage --detectOpenHandles", "test": "npm run jest && npm run tsd" }, - "repository": { - "type": "git", - "url": "git+https://akkoma.dev/norm/foundkey.js.git" - }, "devDependencies": { "@microsoft/api-extractor": "^7.19.3", "@types/jest": "^27.4.0",