@intellegens/cornerstone-cli 0.0.6 → 0.0.8

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -27,7 +27,7 @@ npm run cli <command> [options]
27
27
  ### Install and run
28
28
 
29
29
  ```sh
30
- npm install -g @intellegens/cornerstone-client
30
+ npm install -g @intellegens/cornerstone-cli
31
31
  cornerstone-ts <command> [options]
32
32
  ```
33
33
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intellegens/cornerstone-cli",
3
- "version": "0.0.6",
3
+ "version": "0.0.8",
4
4
  "main": "./index.js",
5
5
  "bin": {
6
6
  "cornerstone-ts": "./index.js"