From 6b5079422a523921f0b2f26cb3e163a794590aab Mon Sep 17 00:00:00 2001 From: Ryan Goree Date: Fri, 11 Oct 2024 14:38:43 -0500 Subject: [PATCH] Fix deps --- packages/drift/package.json | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/packages/drift/package.json b/packages/drift/package.json index b86a1a2..46f4fbe 100644 --- a/packages/drift/package.json +++ b/packages/drift/package.json @@ -30,12 +30,8 @@ }, "typesVersions": { "*": { - ".": [ - "./dist/index.d.ts" - ], - "testing": [ - "./dist/testing.d.ts" - ] + ".": ["./dist/index.d.ts"], + "testing": ["./dist/testing.d.ts"] } }, "scripts": { @@ -54,13 +50,13 @@ } }, "dependencies": { - "@types/lodash.ismatch": "^4.4.9", "fast-safe-stringify": "^2.1.1", "lodash.ismatch": "^4.4.0", "lru-cache": "^10.0.1" }, "devDependencies": { "@repo/typescript-config": "*", + "@types/lodash.ismatch": "^4.4.9", "@types/sinon": "^17.0.3", "abitype": "^1.0.6", "fast-json-stable-stringify": "^2.1.0", @@ -81,7 +77,5 @@ "publishConfig": { "access": "public" }, - "files": [ - "dist" - ] + "files": ["dist"] }