Skip to content

Commit

Permalink
Fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ryangoree committed Oct 11, 2024
1 parent 917918e commit 6b50794
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions packages/drift/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,8 @@
},
"typesVersions": {
"*": {
".": [
"./dist/index.d.ts"
],
"testing": [
"./dist/testing.d.ts"
]
".": ["./dist/index.d.ts"],
"testing": ["./dist/testing.d.ts"]
}
},
"scripts": {
Expand All @@ -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",
Expand All @@ -81,7 +77,5 @@
"publishConfig": {
"access": "public"
},
"files": [
"dist"
]
"files": ["dist"]
}

0 comments on commit 6b50794

Please sign in to comment.