Skip to content

Commit

Permalink
use pnpm overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonMHasperhoven committed Jan 6, 2025
1 parent f055619 commit 7194239
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions apps/minifront/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@
"preview": "vite preview",
"test": "vitest run"
},
"resolutions": {
"**/@hexxagon/feather.js": "npm:@terra-money/feather.js@1.0.9"
"pnpm": {
"overrides": {
"**/@hexxagon/feather.js": "npm:@terra-money/feather.js@1.0.9"
}
},
"dependencies": {
"@bufbuild/protobuf": "^1.10.0",
Expand Down

0 comments on commit 7194239

Please sign in to comment.