@ivan-murzak/runner-manager-linux-x64 0.0.0-bootstrap.1
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.
- package/README.md +9 -0
- package/package.json +10 -0
package/README.md
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
# @ivan-murzak/runner-manager-linux-x64
|
|
2
|
+
|
|
3
|
+
Placeholder. This version exists only so that npm trusted publishing can be configured for
|
|
4
|
+
this package name; npm cannot attach a trusted publisher to a package that does not exist.
|
|
5
|
+
|
|
6
|
+
It carries no binary and is published under the `bootstrap` dist-tag, so it is not what
|
|
7
|
+
`npm install` resolves. The first real release replaces it.
|
|
8
|
+
|
|
9
|
+
Project: <https://github.com/IvanMurzak/GitHub-Runner-Scaler-UI>
|
package/package.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@ivan-murzak/runner-manager-linux-x64",
|
|
3
|
+
"version": "0.0.0-bootstrap.1",
|
|
4
|
+
"description": "Placeholder so trusted publishing can be configured. Not a release; see the repository.",
|
|
5
|
+
"license": "MIT",
|
|
6
|
+
"author": "Ivan Murzak (https://github.com/IvanMurzak)",
|
|
7
|
+
"homepage": "https://github.com/IvanMurzak/GitHub-Runner-Scaler-UI",
|
|
8
|
+
"repository": { "type": "git", "url": "git+https://github.com/IvanMurzak/GitHub-Runner-Scaler-UI.git" },
|
|
9
|
+
"files": [ "README.md" ]
|
|
10
|
+
}
|