@skein-code/cli 0.3.8 → 0.3.10

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
@@ -78,7 +78,7 @@ To build, verify, and install a local package artifact from this checkout:
78
78
 
79
79
  ```bash
80
80
  npm run verify:package -- --output-dir artifacts/package
81
- npm install -g ./artifacts/package/skein-code-cli-0.3.8.tgz
81
+ npm install -g ./artifacts/package/skein-code-cli-0.3.10.tgz
82
82
  ```
83
83
 
84
84
  To install the published package from npm: