Skip to content

Commit

Permalink
Merge pull request #10 from Chia-Network/rename-arm64-linux
Browse files Browse the repository at this point in the history
Rename ARM64 Linux
  • Loading branch information
Rigidity authored Nov 5, 2024
2 parents fdfb14e + 3d11d7a commit 2e136db
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions napi/npm/linux-arm64-gnu/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# `chia-wallet-sdk-linux-arm64-gnu`
# `cni-wallet-sdk-linux-arm64-gnu`

This is the **aarch64-unknown-linux-gnu** binary for `chia-wallet-sdk`
This is the **aarch64-unknown-linux-gnu** binary for `cni-wallet-sdk`
8 changes: 4 additions & 4 deletions napi/npm/linux-arm64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"name": "chia-wallet-sdk-linux-arm64-gnu",
"name": "cni-wallet-sdk-linux-arm64-gnu",
"version": "0.17.2",
"repository": {
"type": "git",
"url": "https://github.com/xch-dev/chia-wallet-sdk"
"url": "https://github.com/Chia-Network/cni-wallet-sdk"
},
"os": [
"linux"
],
"cpu": [
"arm64"
],
"main": "chia-wallet-sdk.linux-arm64-gnu.node",
"main": "cni-wallet-sdk.linux-arm64-gnu.node",
"files": [
"chia-wallet-sdk.linux-arm64-gnu.node"
"cni-wallet-sdk.linux-arm64-gnu.node"
],
"license": "MIT",
"engines": {
Expand Down

0 comments on commit 2e136db

Please sign in to comment.