Skip to content

Commit

Permalink
Remove walletconnect from external
Browse files Browse the repository at this point in the history
  • Loading branch information
yasincaliskan committed Jun 4, 2024
1 parent f46c9f8 commit c7ea0cb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.0.12",
"version": "2.0.13",
"name": "@perawallet/connect-beta",
"description": "Beta version of Pera Wallet Connect",
"main": "dist/index.js",
Expand Down
4 changes: 0 additions & 4 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ export default [
format: "cjs",
name: "PeraConnect",
globals: {
"@walletconnect/sign-client": "WalletConnect",
algosdk: "algosdk",
bowser: "bowser",
"@json-rpc-tools/utils": "format",
Expand All @@ -27,9 +26,6 @@ export default [
}
},
external: [
"@walletconnect/sign-client",
"@walletconnect/utils",
"@walletconnect/types",
"@json-rpc-tools/utils",
"algosdk",
"@evanhahn/lottie-web-light",
Expand Down

0 comments on commit c7ea0cb

Please sign in to comment.