Skip to content

Commit 2c23cb9

Browse files
authored
Merge pull request #2389 from oasisprotocol/lw/fix-pkg
ts-web: npm pkg fix
2 parents 5c90007 + 62a309a commit 2c23cb9

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

client-sdk/ts-web/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"homepage": "https://github.com/oasisprotocol/oasis-sdk/tree/main/client-sdk/ts-web/core",
66
"repository": {
77
"type": "git",
8-
"url": "https://github.com/oasisprotocol/oasis-sdk.git",
8+
"url": "git+https://github.com/oasisprotocol/oasis-sdk.git",
99
"directory": "client-sdk/ts-web/core"
1010
},
1111
"files": [

client-sdk/ts-web/ext-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"homepage": "https://github.com/oasisprotocol/oasis-sdk/tree/main/client-sdk/ts-web/ext-utils",
66
"repository": {
77
"type": "git",
8-
"url": "https://github.com/oasisprotocol/oasis-sdk.git",
8+
"url": "git+https://github.com/oasisprotocol/oasis-sdk.git",
99
"directory": "client-sdk/ts-web/ext-utils"
1010
},
1111
"files": [

client-sdk/ts-web/rt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"homepage": "https://github.com/oasisprotocol/oasis-sdk/tree/main/client-sdk/ts-web/rt",
66
"repository": {
77
"type": "git",
8-
"url": "https://github.com/oasisprotocol/oasis-sdk.git",
8+
"url": "git+https://github.com/oasisprotocol/oasis-sdk.git",
99
"directory": "client-sdk/ts-web/rt"
1010
},
1111
"files": [

client-sdk/ts-web/signer-ledger/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"homepage": "https://github.com/oasisprotocol/oasis-sdk/tree/main/client-sdk/ts-web/signer-ledger",
66
"repository": {
77
"type": "git",
8-
"url": "https://github.com/oasisprotocol/oasis-sdk.git",
8+
"url": "git+https://github.com/oasisprotocol/oasis-sdk.git",
99
"directory": "client-sdk/ts-web/signer-ledger"
1010
},
1111
"files": [

rofl-client/ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"homepage": "https://github.com/oasisprotocol/oasis-sdk/tree/main/rofl-client/ts",
77
"repository": {
88
"type": "git",
9-
"url": "https://github.com/oasisprotocol/oasis-sdk.git",
9+
"url": "git+https://github.com/oasisprotocol/oasis-sdk.git",
1010
"directory": "rofl-client/ts"
1111
},
1212
"files": [

0 commit comments

Comments
 (0)