Skip to content

Commit 46f677a

Browse files
author
tilo-14
committed
fix package.json workspaces
1 parent b029f0f commit 46f677a

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,10 @@
22
"name": "examples-light-token",
33
"private": true,
44
"workspaces": [
5-
"quickstart",
6-
"cookbook",
5+
"typescript-client",
76
"toolkits/payments-and-wallets"
87
],
98
"scripts": {
10-
"quickstart": "npm run -w quickstart start",
11-
"cookbook": "npm run -w cookbook",
129
"toolkit:payments": "npm run -w toolkits/payments-and-wallets"
1310
},
1411
"dependencies": {

0 commit comments

Comments
 (0)