@customerio/cli-linux-x64 0.0.0-bootstrap

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 +3 -0
  2. package/package.json +22 -0
package/README.md ADDED
@@ -0,0 +1,3 @@
1
+ # @customerio/cli-linux-x64
2
+
3
+ Bootstrap placeholder only. Do not install. Use a later release.
package/package.json ADDED
@@ -0,0 +1,22 @@
1
+ {
2
+ "name": "@customerio/cli-linux-x64",
3
+ "version": "0.0.0-bootstrap",
4
+ "description": "Bootstrap placeholder for Customer.io CLI linux-x64 binary package setup.",
5
+ "repository": {
6
+ "type": "git",
7
+ "url": "https://github.com/customerio/cli.git"
8
+ },
9
+ "license": "SEE LICENSE IN LICENSE",
10
+ "os": [
11
+ "linux"
12
+ ],
13
+ "cpu": [
14
+ "x64"
15
+ ],
16
+ "files": [
17
+ "README.md"
18
+ ],
19
+ "publishConfig": {
20
+ "access": "public"
21
+ }
22
+ }