Skip to content

Commit

Permalink
fix: add peer deps to avoid packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
aramalipoor committed Sep 6, 2022
1 parent ac21e67 commit 553774f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@
"scripts": {
"build": "rollup -c"
},
"peerDependencies": {
"@ethersproject/providers": "*",
"@gnosis.pm/safe-apps-provider": "*",
"@gnosis.pm/safe-apps-sdk": "*",
"@everipedia/wagmi-magic-connector": "*",
"@wagmi/core": "*",
"ethers": "*"
},
"main": "dist/index.js",
"module": "dist/index.es.js",
"types": "dist/types.d.ts",
Expand Down

0 comments on commit 553774f

Please sign in to comment.