gitpreflight 0.1.12 → 0.1.14

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 (2) hide show
  1. package/README.md +0 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -11,7 +11,6 @@ Then run:
11
11
  ```bash
12
12
  gitpreflight --help
13
13
  gitpreflight setup
14
- gitpreflight setup local-agent
15
14
  gitpreflight version
16
15
  ```
17
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gitpreflight",
3
- "version": "0.1.12",
3
+ "version": "0.1.14",
4
4
  "description": "GitPreflight CLI installer/wrapper (downloads the platform binary)",
5
5
  "repository": {
6
6
  "type": "git",