@tgrv/void-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/void.js +1 -1
  2. package/package.json +1 -1
package/bin/void.js CHANGED
@@ -88,7 +88,7 @@ const command = args[0];
88
88
 
89
89
  if (!command) {
90
90
  console.log(`
91
- ${colors.bold}${colors.cyan}Void CLI V2 - WASM Plugin Manager${colors.reset}
91
+ ${colors.bold}${colors.cyan}Void CLI - WASM Plugin Manager${colors.reset}
92
92
 
93
93
  ${colors.bold}Usage:${colors.reset}
94
94
  ${colors.green}void init [path]${colors.reset} - Initialize a new application project at path (default: .)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tgrv/void-cli",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "void": "./bin/void.js"