Skip to content

Commit

Permalink
Merge branch 'release/5.0' into fix/uat-revamp
Browse files Browse the repository at this point in the history
  • Loading branch information
vsubhuman authored Nov 1, 2023
2 parents 2ece380 + 5cdcfbd commit 0218cc3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"flow": "lerna run flow --stream",
"test": "lerna run test --stream",
"translations:purge": "lerna run translations:purge -- stream",
"dev:all": "concurrently \"npm run dev:stable --prefix packages/yoroi-extension\" \"npm run cardano --prefix packages/yoroi-connector\" \"npm run ergo --prefix packages/yoroi-connector\" "
"dev:all": "concurrently \"npm run dev:stable --prefix packages/yoroi-extension\" \"npm run cardano --prefix packages/yoroi-connector\" "
},
"husky": {
"hooks": {
Expand Down
1 change: 0 additions & 1 deletion packages/yoroi-extension/chrome/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,5 @@ export function genCSP(request: {|

export const injectedScripts = [
'cardanoApiInject.js',
'ergoApiInject.js',
'initialInject.js',
];

0 comments on commit 0218cc3

Please sign in to comment.