Skip to content

Commit

Permalink
docs(root): fix package.json for smc examples
Browse files Browse the repository at this point in the history
fix package.json for smc examples

WP-0000

TICKET: WP-0000
  • Loading branch information
alebusse committed Oct 30, 2023
1 parent a19c93c commit fa56c2a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/ts/tss-smc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"description": "TSS Self Managed Cold Wallets Examples",
"scripts": {
"step1": "ts-node create-smc-wallet-step-1.ts",
"step2": "ts-node create-smc-wallet-step-2.ts"
"step2": "ts-node create-smc-wallet-step-2.ts",
"create-smc-wallet": "ts-node create-smc-wallet-reusing-keys.ts"
},
"dependencies": {
"bitgo": "19.5.0"
Expand Down

0 comments on commit fa56c2a

Please sign in to comment.