Skip to content

Commit 9e38b5b

Browse files
committed
Fix repo
1 parent e41473f commit 9e38b5b

File tree

6 files changed

+24
-6
lines changed

6 files changed

+24
-6
lines changed

napi/npm/darwin-arm64/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
{
22
"name": "chia-wallet-sdk-darwin-arm64",
33
"version": "0.15.0",
4-
"repository": "https://github.com/xch-dev/chia-wallet-sdk",
4+
"repository": {
5+
"type": "git",
6+
"url": "https://github.com/xch-dev/chia-wallet-sdk"
7+
},
58
"os": [
69
"darwin"
710
],

napi/npm/darwin-universal/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
{
22
"name": "chia-wallet-sdk-darwin-universal",
33
"version": "0.15.0",
4-
"repository": "https://github.com/xch-dev/chia-wallet-sdk",
4+
"repository": {
5+
"type": "git",
6+
"url": "https://github.com/xch-dev/chia-wallet-sdk"
7+
},
58
"os": [
69
"darwin"
710
],

napi/npm/darwin-x64/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
{
22
"name": "chia-wallet-sdk-darwin-x64",
33
"version": "0.15.0",
4-
"repository": "https://github.com/xch-dev/chia-wallet-sdk",
4+
"repository": {
5+
"type": "git",
6+
"url": "https://github.com/xch-dev/chia-wallet-sdk"
7+
},
58
"os": [
69
"darwin"
710
],

napi/npm/linux-x64-gnu/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
{
22
"name": "chia-wallet-sdk-linux-x64-gnu",
33
"version": "0.15.0",
4-
"repository": "https://github.com/xch-dev/chia-wallet-sdk",
4+
"repository": {
5+
"type": "git",
6+
"url": "https://github.com/xch-dev/chia-wallet-sdk"
7+
},
58
"os": [
69
"linux"
710
],

napi/npm/win32-x64-msvc/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
{
22
"name": "chia-wallet-sdk-win32-x64-msvc",
33
"version": "0.15.0",
4-
"repository": "https://github.com/xch-dev/chia-wallet-sdk",
4+
"repository": {
5+
"type": "git",
6+
"url": "https://github.com/xch-dev/chia-wallet-sdk"
7+
},
58
"os": [
69
"win32"
710
],

napi/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
"name": "chia-wallet-sdk",
33
"version": "0.15.0",
44
"license": "MIT",
5-
"repository": "https://github.com/xch-dev/chia-wallet-sdk",
5+
"repository": {
6+
"type": "git",
7+
"url": "https://github.com/xch-dev/chia-wallet-sdk"
8+
},
69
"main": "index.js",
710
"types": "index.d.ts",
811
"packageManager": "pnpm@9.11.0",

0 commit comments

Comments
 (0)