Skip to content

Commit

Permalink
Set repository
Browse files Browse the repository at this point in the history
  • Loading branch information
Rigidity committed Oct 7, 2024
1 parent be2ef1e commit e41473f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions napi/npm/darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "chia-wallet-sdk-darwin-arm64",
"version": "0.15.0",
"repository": "https://github.com/xch-dev/chia-wallet-sdk",
"os": [
"darwin"
],
Expand Down
1 change: 1 addition & 0 deletions napi/npm/darwin-universal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "chia-wallet-sdk-darwin-universal",
"version": "0.15.0",
"repository": "https://github.com/xch-dev/chia-wallet-sdk",
"os": [
"darwin"
],
Expand Down
1 change: 1 addition & 0 deletions napi/npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "chia-wallet-sdk-darwin-x64",
"version": "0.15.0",
"repository": "https://github.com/xch-dev/chia-wallet-sdk",
"os": [
"darwin"
],
Expand Down
1 change: 1 addition & 0 deletions napi/npm/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "chia-wallet-sdk-linux-x64-gnu",
"version": "0.15.0",
"repository": "https://github.com/xch-dev/chia-wallet-sdk",
"os": [
"linux"
],
Expand Down
1 change: 1 addition & 0 deletions napi/npm/win32-x64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "chia-wallet-sdk-win32-x64-msvc",
"version": "0.15.0",
"repository": "https://github.com/xch-dev/chia-wallet-sdk",
"os": [
"win32"
],
Expand Down
1 change: 1 addition & 0 deletions napi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "chia-wallet-sdk",
"version": "0.15.0",
"license": "MIT",
"repository": "https://github.com/xch-dev/chia-wallet-sdk",
"main": "index.js",
"types": "index.d.ts",
"packageManager": "pnpm@9.11.0",
Expand Down

0 comments on commit e41473f

Please sign in to comment.