Skip to content

Commit

Permalink
Move new keystone package to dependencies (#757)
Browse files Browse the repository at this point in the history
KeyringController now imports `@keystonehq/metamask-airgapped-keyring`.
This should not be included in `devDependencies`, but rather
`dependencies`. This is causing issues downstream.
  • Loading branch information
mcmire authored and MajorLift committed Oct 11, 2023
1 parent 2fa41f9 commit 0b12852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"dependencies": {
"@ethereumjs/common": "^2.3.1",
"@ethereumjs/tx": "^3.2.1",
"@keystonehq/metamask-airgapped-keyring": "^0.3.0",
"@metamask/contract-metadata": "^1.33.0",
"@metamask/metamask-eth-abis": "3.0.0",
"@metamask/types": "^1.1.0",
Expand Down Expand Up @@ -72,7 +73,6 @@
},
"devDependencies": {
"@keystonehq/bc-ur-registry-eth": "^0.9.0",
"@keystonehq/metamask-airgapped-keyring": "^0.3.0",
"@lavamoat/allow-scripts": "^1.0.6",
"@metamask/auto-changelog": "^2.5.0",
"@metamask/eslint-config": "^9.0.0",
Expand Down

0 comments on commit 0b12852

Please sign in to comment.