@king8fisher/panex-win32-x64 0.9.24 → 0.9.26

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.
Files changed (3) hide show
  1. package/README.md +10 -0
  2. package/package.json +1 -1
  3. package/panex.exe +0 -0
package/README.md ADDED
@@ -0,0 +1,10 @@
1
+ # @king8fisher/panex-win32-x64
2
+
3
+ Platform-specific Panex binary for x86_64-pc-windows-msvc.
4
+
5
+ Panex is a Terminal UI for running multiple processes in parallel.
6
+
7
+ This package is installed automatically as an optional dependency of the main `panex` package. Install and use `panex` directly:
8
+
9
+ - npm: https://www.npmjs.com/package/panex
10
+ - GitHub: https://github.com/king8fisher/panex
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@king8fisher/panex-win32-x64",
3
- "version": "0.9.24",
3
+ "version": "0.9.26",
4
4
  "description": "Panex binary for x86_64-pc-windows-msvc",
5
5
  "os": ["win32"],
6
6
  "cpu": ["x64"],
package/panex.exe CHANGED
Binary file