Skip to content

Commit

Permalink
add arm
Browse files Browse the repository at this point in the history
  • Loading branch information
jackyzha0 committed Apr 3, 2024
1 parent d920a63 commit ba48773
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 0 deletions.
Binary file modified bun.lockb
Binary file not shown.
3 changes: 3 additions & 0 deletions npm/darwin-arm64/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# `@replit/ruspty-darwin-arm64`

This is the **aarch64-apple-darwin** binary for `@replit/ruspty`
18 changes: 18 additions & 0 deletions npm/darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"name": "@replit/ruspty-darwin-arm64",
"version": "1.1.1",
"os": [
"darwin"
],
"cpu": [
"arm64"
],
"main": "ruspty.darwin-arm64.node",
"files": [
"ruspty.darwin-arm64.node"
],
"license": "MIT",
"engines": {
"node": ">= 10"
}
}
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"defaults": false,
"additional": [
"x86_64-apple-darwin",
"aarch64-apple-darwin",
"x86_64-unknown-linux-gnu"
]
}
Expand All @@ -42,6 +43,7 @@
},
"optionalDependencies": {
"@replit/ruspty-darwin-x64": "1.0.0-alpha.1",
"@replit/ruspty-darwin-arm64": "1.0.0-alpha.1",
"@replit/ruspty-linux-x64-gnu": "1.0.0-alpha.1"
}
}

0 comments on commit ba48773

Please sign in to comment.