From 5ecec51b6769b8b97fc4d4c406c5ad1a71c56fa0 Mon Sep 17 00:00:00 2001 From: Carlos Date: Mon, 12 Aug 2024 23:10:46 -0400 Subject: [PATCH] feat: initial commit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dfbaa45..b9fb2d8 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "React-Crafter", + "name": "react-crafter", "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",