@aibyzero/byz 0.0.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 +10 -0
  2. package/package.json +14 -0
package/README.md ADDED
@@ -0,0 +1,10 @@
1
+ # BYZ bootstrap placeholder
2
+
3
+ This version exists only to establish the npm package identity before BYZ
4
+ trusted publishing is configured. It is not a usable BYZ release.
5
+
6
+ Install the current supported release with:
7
+
8
+ ```bash
9
+ npm install -g @aibyzero/byz@latest
10
+ ```
package/package.json ADDED
@@ -0,0 +1,14 @@
1
+ {
2
+ "name": "@aibyzero/byz",
3
+ "version": "0.0.0",
4
+ "description": "Bootstrap placeholder for BYZ trusted publishing",
5
+ "license": "MIT",
6
+ "author": "Zero / 王者与",
7
+ "repository": {
8
+ "type": "git",
9
+ "url": "git+https://github.com/kingxiaozhe/byz.git"
10
+ },
11
+ "files": [
12
+ "README.md"
13
+ ]
14
+ }