chore: update foundkey-js package.json

This commit is contained in:
Norm 2022-08-26 00:53:12 -04:00
parent 33146ffa5e
commit 7420aab1b6
Signed by untrusted user: norm
GPG key ID: 7123E30E441E80DE

View file

@ -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",