From 7a4f451e8ec9f8b017189488ce2177b2de31dcc5 Mon Sep 17 00:00:00 2001 From: Carlos Date: Mon, 12 Aug 2024 23:09:28 -0400 Subject: [PATCH] feat: initial commit --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index dae8146..5893b89 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "reactwizard", - "version": "1.0.0", + "name": "ReactCrafter", + "version": "1.0.1", "description": "A CLI tool to quickly scaffold a React application with TypeScript, Ant Design, Sass, Webpack, and essential development tools like Husky and linters pre-configured. Perfect for kickstarting modern React projects with best practices.", "main": "index.js", "bin": {