@falconer/cli-darwin-x64 0.1.3 → 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.
Files changed (3) hide show
  1. package/README.md +13 -0
  2. package/falconer +0 -0
  3. package/package.json +1 -1
package/README.md ADDED
@@ -0,0 +1,13 @@
1
+ # @falconer/cli-darwin-x64
2
+
3
+ Platform binary for the Falconer CLI on macOS x64.
4
+
5
+ Most users should install the main CLI package instead:
6
+
7
+ ```bash
8
+ npm install -g @falconer/cli
9
+ falconer oauth login
10
+ ```
11
+
12
+ This package is installed automatically as an optional dependency of
13
+ `@falconer/cli` on supported systems.
package/falconer CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@falconer/cli-darwin-x64",
3
- "version": "0.1.3",
3
+ "version": "0.1.5",
4
4
  "description": "Falconer CLI (macOS x64)",
5
5
  "homepage": "https://falconer.com",
6
6
  "license": "MIT",