@styal/cli-linux-x64 0.0.0-bootstrap.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 +5 -0
  2. package/package.json +17 -0
package/README.md ADDED
@@ -0,0 +1,5 @@
1
+ # @styal/cli-linux-x64
2
+
3
+ This version only establishes the npm package so its maintainers can configure trusted publishing. It contains no executable and is not intended for installation.
4
+
5
+ Use `@styal/cli` to install styal. Its released versions select the matching executable package automatically; they do not depend on this bootstrap version.
package/package.json ADDED
@@ -0,0 +1,17 @@
1
+ {
2
+ "name": "@styal/cli-linux-x64",
3
+ "version": "0.0.0-bootstrap.0",
4
+ "description": "Bootstrap placeholder for styal executable distribution. Contains no executable; not intended for installation.",
5
+ "license": "MIT",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "git+https://github.com/incognitojam/styal.git"
9
+ },
10
+ "files": [
11
+ "README.md"
12
+ ],
13
+ "publishConfig": {
14
+ "access": "public",
15
+ "tag": "bootstrap"
16
+ }
17
+ }