Skip to content

Commit

Permalink
chore: remove unused emal
Browse files Browse the repository at this point in the history
  • Loading branch information
a0ngo committed Dec 13, 2023
1 parent e3824b4 commit d9d9b16
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions apps/recovery-relay/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fireblocks/recovery-relay",
"description": "Connect recovered wallets to query balances and send transactions.",
"author": "Fireblocks <info@fireblocks.com> (https://www.fireblocks.com)",
"author": "Fireblocks (https://www.fireblocks.com)",
"repository": "https://github.com/fireblocks/recovery/tree/main/apps/recovery-relay",
"homepage": "https://relay.fireblocks.solutions",
"license": "GPL-3.0-or-later",
Expand Down Expand Up @@ -82,4 +82,4 @@
"eslint-config-next": "^13.4.9",
"typescript": "^5.1.6"
}
}
}
4 changes: 2 additions & 2 deletions apps/recovery-utility/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fireblocks/recovery-utility",
"description": "Recover Fireblocks assets and keys in a disaster, verify a Recovery Kit, or generate keys to set up a new Recovery Kit.",
"author": "Fireblocks <info@fireblocks.com> (https://www.fireblocks.com)",
"author": "Fireblocks (https://www.fireblocks.com)",
"repository": "https://github.com/fireblocks/recovery/tree/main/apps/recovery-utility",
"homepage": "https://www.fireblocks.com",
"version": "0.3.5",
Expand Down Expand Up @@ -102,4 +102,4 @@
"ts-node": "^10.9.1",
"typescript": "^5.1.6"
}
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fireblocks/recovery",
"description": "Recover Fireblocks assets and keys in a disaster, verify a Recovery Kit, or generate keys to set up a new Recovery Kit.",
"author": "Fireblocks <info@fireblocks.com> (https://www.fireblocks.com)",
"author": "Fireblocks (https://www.fireblocks.com)",
"homepage": "https://www.fireblocks.com",
"repository": "github:fireblocks/recovery",
"version": "0.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/asset-config/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fireblocks/asset-config",
"description": "Recovery asset constants",
"author": "Fireblocks <info@fireblocks.com> (https://www.fireblocks.com)",
"author": "Fireblocks (https://www.fireblocks.com)",
"repository": "https://github.com/fireblocks/recovery/tree/main/packages/asset-config",
"homepage": "https://www.fireblocks.com",
"version": "0.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "End to end testing for the recovery tool",
"main": "index.test.ts",
"repository": "https://github.com/fireblocks/recovery/tree/main/packages/e2e-tests",
"author": "Fireblocks <info@fireblocks.com> (https://www.fireblocks.com)",
"author": "Fireblocks (https://www.fireblocks.com)",
"license": "GPL-3.0-or-later",
"private": true,
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-custom/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "eslint-config-custom",
"description": "Common ESLint config used across recovery apps and packages",
"author": "Fireblocks <info@fireblocks.com> (https://www.fireblocks.com)",
"author": "Fireblocks (https://www.fireblocks.com)",
"repository": "https://github.com/fireblocks/recovery/tree/main/packages/eslint-config-custom",
"homepage": "https://www.fireblocks.com",
"version": "0.0.0",
Expand All @@ -17,4 +17,4 @@
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-react": "^7.32.2"
}
}
}
2 changes: 1 addition & 1 deletion packages/extended-key-recovery/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fireblocks/extended-key-recovery",
"description": "Recover extended private/public keys from a Recovery Kit",
"author": "Fireblocks <info@fireblocks.com> (https://www.fireblocks.com)",
"author": "Fireblocks (https://www.fireblocks.com)",
"repository": "https://github.com/fireblocks/recovery/tree/main/packages/extended-key-recovery",
"homepage": "https://www.fireblocks.com",
"version": "1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fireblocks/recovery-shared",
"description": "Shared TypeScript frontend components and utilities",
"author": "Fireblocks <info@fireblocks.com> (https://www.fireblocks.com)",
"author": "Fireblocks (https://www.fireblocks.com)",
"repository": "https://github.com/fireblocks/recovery/tree/main/packages/shared",
"homepage": "https://www.fireblocks.com",
"version": "0.1.6",
Expand Down
4 changes: 2 additions & 2 deletions packages/tsconfig/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fireblocks/recovery-tsconfig",
"description": "Recovery TypeScript configurations",
"author": "Fireblocks <info@fireblocks.com> (https://www.fireblocks.com)",
"author": "Fireblocks (https://www.fireblocks.com)",
"homepage": "https://www.fireblocks.com",
"repository": "https://github.com/fireblocks/recovery",
"version": "0.0.0",
Expand All @@ -13,4 +13,4 @@
"nextjs.json",
"react-library.json"
]
}
}
4 changes: 2 additions & 2 deletions packages/wallet-derivation/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fireblocks/wallet-derivation",
"description": "Derive wallet keys and addresses from extended keys and HD paths",
"author": "Fireblocks <info@fireblocks.com> (https://www.fireblocks.com)",
"author": "Fireblocks (https://www.fireblocks.com)",
"repository": "https://github.com/fireblocks/recovery/tree/main/packages/wallet-derivation",
"homepage": "https://www.fireblocks.com",
"version": "0.3.0",
Expand Down Expand Up @@ -53,4 +53,4 @@
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1"
}
}
}

0 comments on commit d9d9b16

Please sign in to comment.