Skip to content

Commit

Permalink
[improvement] - reduce bundle size
Browse files Browse the repository at this point in the history
  • Loading branch information
pivanov committed Aug 26, 2024
1 parent b3fee4b commit 8b00128
Show file tree
Hide file tree
Showing 5 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"
}
}
Empty file modified scripts/update-package-json.js
100644 → 100755
Empty file.

0 comments on commit 8b00128

Please sign in to comment.