Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
Re-export @solana/accounts from @solana/web3.js (#2025)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcintyre94 authored Jan 10, 2024
1 parent 510ead7 commit b5bbd3a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/library/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
"maintained node versions"
],
"dependencies": {
"@solana/accounts": "workspace:*",
"@solana/addresses": "workspace:*",
"@solana/codecs-strings": "workspace:*",
"@solana/functional": "workspace:*",
Expand Down
1 change: 1 addition & 0 deletions packages/library/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export * from '@solana/accounts';
export * from '@solana/addresses';
export * from '@solana/functional';
export * from '@solana/instructions';
Expand Down
3 changes: 3 additions & 0 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 b5bbd3a

Please sign in to comment.