@favcrm/cli-win32-x64 0.1.4 → 0.1.5

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,9 @@
1
+ # @favcrm/cli-win32-x64
2
+
3
+ Prebuilt FavCRM CLI binary for `win32/x64`. This is an internal platform
4
+ dependency of [`@favcrm/cli`](https://www.npmjs.com/package/@favcrm/cli) —
5
+ install that instead:
6
+
7
+ ```
8
+ npm install -g @favcrm/cli
9
+ ```
package/bin/favcrm.exe CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@favcrm/cli-win32-x64",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "FavCRM CLI prebuilt binary for @favcrm/cli-win32-x64.",
5
5
  "homepage": "https://favcrm.io",
6
6
  "repository": "github:favcrm/cli",