Skip to content

Commit

Permalink
[spl-gov-utils] fix dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ochaloup committed Jul 9, 2024
1 parent cbab3bc commit 10290ec
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 11 deletions.
8 changes: 7 additions & 1 deletion packages/lib/spl-gov-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,11 @@
"main": "src/index",
"files": [
"src"
]
],
"devDependencies": {
"@solana/web3.js": "^1.93.0"
},
"peerDependencies": {
"@solana/web3.js": "^1.93.0"
}
}
16 changes: 6 additions & 10 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 10290ec

Please sign in to comment.