Skip to content

Commit

Permalink
Merge pull request #1192 from near/reduce-bundle-size
Browse files Browse the repository at this point in the history
chore: [improvement] - reduce bundle size
  • Loading branch information
Pavel Ivanov authored Sep 3, 2024
2 parents 9a4e2ba + a16cf07 commit 4b50637
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 4 deletions.
5 changes: 4 additions & 1 deletion packages/account-export/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,8 @@
"bugs": {
"url": "https://github.com/near/wallet-selector/issues"
},
"homepage": "https://github.com/near/wallet-selector/tree/magin/packages/account-export"
"homepage": "https://github.com/near/wallet-selector/tree/magin/packages/account-export",
"peerDependencies": {
"near-api-js": "4.0.3"
}
}
6 changes: 5 additions & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,9 @@
"bugs": {
"url": "https://github.com/near/wallet-selector/issues"
},
"homepage": "https://github.com/near/wallet-selector/tree/main/packages/core"
"homepage": "https://github.com/near/wallet-selector/tree/main/packages/core",
"peerDependencies": {
"near-api-js": "4.0.3",
"@near-js/providers": "latest"
}
}
5 changes: 4 additions & 1 deletion packages/wallet-connect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,8 @@
"bugs": {
"url": "https://github.com/near/wallet-selector/issues"
},
"homepage": "https://github.com/near/wallet-selector/tree/main/packages/wallet-connect"
"homepage": "https://github.com/near/wallet-selector/tree/main/packages/wallet-connect",
"peerDependencies": {
"near-api-js": "4.0.3"
}
}
5 changes: 4 additions & 1 deletion packages/wallet-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,8 @@
"bugs": {
"url": "https://github.com/near/wallet-selector/issues"
},
"homepage": "https://github.com/near/wallet-selector/tree/main/packages/wallet-utils"
"homepage": "https://github.com/near/wallet-selector/tree/main/packages/wallet-utils",
"peerDependencies": {
"near-api-js": "4.0.3"
}
}

0 comments on commit 4b50637

Please sign in to comment.