no-mistakes-linux-arm64-gnu 0.0.0 → 0.56.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -5
- package/bin/no-mistakes +0 -0
- package/bin/no-mistakes.node +0 -0
- package/package.json +5 -4
package/README.md
CHANGED
|
@@ -1,7 +1,4 @@
|
|
|
1
1
|
# no-mistakes-linux-arm64-gnu
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
This `0.0.0` bootstrap release intentionally contains no executable or runtime
|
|
7
|
-
API. Do not install it directly.
|
|
3
|
+
Native distribution for `no-mistakes` on Linux ARM64 with glibc. It is installed
|
|
4
|
+
automatically as an optional dependency of `no-mistakes`; do not install it directly.
|
package/bin/no-mistakes
ADDED
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "no-mistakes-linux-arm64-gnu",
|
|
3
|
-
"version": "0.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "0.56.0",
|
|
4
|
+
"description": "Native no-mistakes CLI and N-API addon for Linux ARM64 with glibc",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
"directory": "packages/no-mistakes-linux-arm64-gnu"
|
|
10
10
|
},
|
|
11
11
|
"files": [
|
|
12
|
+
"bin/",
|
|
12
13
|
"README.md",
|
|
13
14
|
"LICENSE"
|
|
14
15
|
],
|
|
@@ -21,8 +22,8 @@
|
|
|
21
22
|
"libc": [
|
|
22
23
|
"glibc"
|
|
23
24
|
],
|
|
25
|
+
"main": "bin/no-mistakes.node",
|
|
24
26
|
"publishConfig": {
|
|
25
|
-
"access": "public"
|
|
26
|
-
"tag": "bootstrap"
|
|
27
|
+
"access": "public"
|
|
27
28
|
}
|
|
28
29
|
}
|