@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 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
- npm publish
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 --help
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
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyreve/reve",
3
- "version": "1.0.8",
3
+ "version": "1.0.11",
4
4
  "description": "Reve - A command line tool for Reve platform",
5
5
  "main": "index.js",
6
6
  "scripts": {