Comparing version 1.1.1 to 1.1.2
@@ -7,3 +7,3 @@ const cli = require("commander"); | ||
.description("generate template files very fast") | ||
.version("1.1.1") | ||
.version("1.1.2") | ||
.parse(process.argv); | ||
@@ -10,0 +10,0 @@ keza.on("--help", function () { |
{ | ||
"name": "keza", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "Generate template files(Eslint config files, gitignore, readme..etc) from the command line", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
12849
21