@coreviz/cli 1.0.0 → 1.0.1

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/bin/cli.js +1 -1
  2. package/package.json +1 -1
package/bin/cli.js CHANGED
@@ -12,7 +12,7 @@ console.log('');
12
12
  console.log('This is a placeholder for the CoreViz CLI tool.');
13
13
  console.log('The actual CLI functionality will be implemented soon.');
14
14
  console.log('');
15
- console.log('For more information, visit: https://github.com/CoreViz/cli');
15
+ console.log('For more information, visit: https://coreviz.io/');
16
16
 
17
17
  // Exit with success code
18
18
  process.exit(0);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coreviz/cli",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "CoreViz CLI tool",
5
5
  "main": "index.js",
6
6
  "bin": {