@treeship/cli-linux-x64 0.4.0 → 0.6.0

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 +15 -0
  2. package/package.json +5 -1
package/README.md ADDED
@@ -0,0 +1,15 @@
1
+ # @treeship/cli-linux-x64
2
+
3
+ Platform-specific binary for the Treeship CLI on Linux x86_64.
4
+
5
+ This package is **not meant to be installed directly**. It is automatically downloaded when you run:
6
+
7
+ ```sh
8
+ npm install -g treeship
9
+ ```
10
+
11
+ The main `treeship` package detects your platform and pulls the correct binary.
12
+
13
+ ## Repository
14
+
15
+ [github.com/nicholasgriffintn/treeship](https://github.com/nicholasgriffintn/treeship)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@treeship/cli-linux-x64",
3
- "version": "0.4.0",
3
+ "version": "0.6.0",
4
4
  "description": "Treeship CLI binary for linux x64",
5
5
  "os": [
6
6
  "linux"
@@ -11,5 +11,9 @@
11
11
  "license": "Apache-2.0",
12
12
  "scripts": {
13
13
  "postinstall": "node postinstall.js"
14
+ },
15
+ "repository": {
16
+ "type": "git",
17
+ "url": "https://github.com/zerkerlabs/treeship"
14
18
  }
15
19
  }