@alevnyacow/nzmt 0.1.5 → 0.1.6

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
@@ -99,7 +99,7 @@ function createDefaultConfig() {
99
99
 
100
100
  }
101
101
 
102
- if (command === 'init-config') {
102
+ if (command === 'init') {
103
103
  createDefaultConfig()
104
104
  process.exit(0)
105
105
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alevnyacow/nzmt",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "description": "Next Zod Modules Toolkit",
5
5
  "repository": {
6
6
  "type": "git",