@opentmd/cli-win32-x64 0.1.1 → 0.1.3

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 ADDED
@@ -0,0 +1,10 @@
1
+ # @opentmd/cli-win32-x64
2
+
3
+ OpenTMD CLI native binary for **win32/x64**.
4
+
5
+ This package is an internal dependency of [@opentmd/cli](https://www.npmjs.com/package/@opentmd/cli).
6
+ You should not install it directly — install the main package instead:
7
+
8
+ ```bash
9
+ npm install -g @opentmd/cli
10
+ ```
package/bin/opentmd.exe CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opentmd/cli-win32-x64",
3
- "version": "0.1.1",
3
+ "version": "0.1.3",
4
4
  "description": "OpenTMD CLI binary for win32/x64",
5
5
  "license": "MIT",
6
6
  "os": ["win32"],