dev-prune-linux-arm64 1.14.0 → 1.15.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 +1 -1
- package/bin/dev-prune +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
npm install -g dev-prune
|
|
7
7
|
```
|
|
8
8
|
|
|
9
|
-
This package holds nothing but the prebuilt `dev-prune`
|
|
9
|
+
This package holds nothing but the prebuilt `dev-prune` executables for **linux arm64**.
|
|
10
10
|
It exists because npm has no other way to ship a per-platform executable: `dev-prune`
|
|
11
11
|
lists all seven platform packages as optional dependencies, and npm installs only the one
|
|
12
12
|
matching your machine. Installing this one directly gives you a binary with no launcher
|
package/bin/dev-prune
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dev-prune-linux-arm64",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.15.0",
|
|
4
4
|
"description": "Prebuilt dev-prune binary for linux arm64. Installed automatically by the 'dev-prune' package; not meant to be depended on directly.",
|
|
5
5
|
"os": ["linux"],
|
|
6
6
|
"cpu": ["arm64"],
|