dev-prune-darwin-x64 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 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` binary for **darwin x64**.
9
+ This package holds nothing but the prebuilt `dev-prune` executables for **darwin x64**.
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-darwin-x64",
3
- "version": "1.14.0",
3
+ "version": "1.15.0",
4
4
  "description": "Prebuilt dev-prune binary for darwin x64. Installed automatically by the 'dev-prune' package; not meant to be depended on directly.",
5
5
  "os": ["darwin"],
6
6
  "cpu": ["x64"],