dev-prune-windows-x86 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 **windows x86**.
9
+ This package holds nothing but the prebuilt `dev-prune` executables for **windows x86**.
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.exe CHANGED
Binary file
package/bin/devp.exe CHANGED
Binary file
package/bin/devpw.exe ADDED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dev-prune-windows-x86",
3
- "version": "1.14.0",
3
+ "version": "1.15.0",
4
4
  "description": "Prebuilt dev-prune binary for windows x86. Installed automatically by the 'dev-prune' package; not meant to be depended on directly.",
5
5
  "os": ["win32"],
6
6
  "cpu": ["ia32"],