a collection of lightweight TypeScript packages for AT Protocol, the protocol powering Bluesky

chore(oauth-keyset): remove unused vitest

mary.my.id eefcc7ce 4669d5eb

verified
-4
-4
packages/oauth/keyset/package.json
··· 23 23 }, 24 24 "scripts": { 25 25 "build": "tsgo --project tsconfig.build.json", 26 - "test": "vitest", 27 26 "prepublish": "rm -rf dist; pnpm run build" 28 27 }, 29 28 "dependencies": { 30 29 "@atcute/oauth-crypto": "workspace:^" 31 - }, 32 - "devDependencies": { 33 - "vitest": "^4.0.18" 34 30 } 35 31 }