Skip to content

Commit

Permalink
Merge pull request #82 from jrTilak/dev
Browse files Browse the repository at this point in the history
cli - v1.0.3
  • Loading branch information
Tilak Thapa authored May 15, 2024
2 parents 46e49dd + 75f394b commit bdcd6a9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jrtilak/lazykit",
"version": "1.0.2",
"version": "1.0.3",
"description": "Refine your JavaScript workflows with Lazykit. A concentrated collection of lean utility functions, not a bloated library.",
"type": "module",
"main": "dist/index.js",
Expand Down
1 change: 0 additions & 1 deletion src/cli/src/scripts/init.ts
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ export default async function init(...args: any) {
console.log(chalk.dim(JSON.stringify(DEFAULT_CONFIG, null, 2)));
console.log(chalk.green("\nProject initialized successfully ⭐"));
console.log("Enjoy using lazykit 🚀\n");
console.log(chalk.dim(packageJson.name + " v" + packageJson.version));

exitProcess(0);
}

0 comments on commit bdcd6a9

Please sign in to comment.