@skyreve/reve 1.0.8 → 1.0.11
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 +2 -14
- package/bin/darwin/reve +0 -0
- package/bin/linux/reve +0 -0
- package/bin/reve +0 -0
- package/bin/windows/reve.exe +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -480,19 +480,7 @@ This automatically builds all platform binaries and publishes to npm.
|
|
|
480
480
|
#### **Publishing to npm (Public)**
|
|
481
481
|
|
|
482
482
|
```bash
|
|
483
|
-
|
|
484
|
-
```
|
|
485
|
-
|
|
486
|
-
#### **Publishing to npm (Private)**
|
|
487
|
-
|
|
488
|
-
```bash
|
|
489
|
-
npm publish --access private
|
|
490
|
-
```
|
|
491
|
-
|
|
492
|
-
#### **Publishing to Custom Registry**
|
|
493
|
-
|
|
494
|
-
```bash
|
|
495
|
-
npm publish --registry https://your-registry.com
|
|
483
|
+
make release
|
|
496
484
|
```
|
|
497
485
|
|
|
498
486
|
### **7.6 Verification**
|
|
@@ -505,7 +493,7 @@ npm info @skyreve/reve
|
|
|
505
493
|
|
|
506
494
|
# Test installation
|
|
507
495
|
npm install @skyreve/reve
|
|
508
|
-
npx reve --
|
|
496
|
+
npx reve --version
|
|
509
497
|
```
|
|
510
498
|
|
|
511
499
|
### **7.7 Automated Publishing**
|
package/bin/darwin/reve
CHANGED
|
Binary file
|
package/bin/linux/reve
CHANGED
|
Binary file
|
package/bin/reve
CHANGED
|
Binary file
|
package/bin/windows/reve.exe
CHANGED
|
Binary file
|