Skip to content

Commit d557e67

Browse files
committed
add missing binary directory
1 parent dd1aa3f commit d557e67

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# `@wyldcard/drivers-linux-arm64-gnu`
2+
3+
This is the **aarch64-unknown-linux-gnu** binary for `@wyldcard/drivers`
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"name": "@wyldcard/drivers-linux-arm64-gnu",
3+
"version": "1.0.1",
4+
"os": [
5+
"linux"
6+
],
7+
"cpu": [
8+
"arm"
9+
],
10+
"main": "wyldcard_drivers.linux-arm64-gnu.node",
11+
"files": [
12+
"wyldcard_drivers.linux-arm64-gnu.node"
13+
],
14+
"description": "Hardware drivers for Wyldcard",
15+
"license": "MIT",
16+
"engines": {
17+
"node": ">= 10"
18+
},
19+
"repository": "https://github.com/Jonahss/wyldcard-public.git"
20+
}

0 commit comments

Comments
 (0)