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 68e4f44 commit de9a397
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 de9a397

Please sign in to comment.