From e0a702151047d7eae220d55580f60d1b011f0f97 Mon Sep 17 00:00:00 2001 From: Oleksandr Ratushnyi Date: Fri, 16 Feb 2024 17:01:38 +0200 Subject: [PATCH] Update package name to "@onlyredcats/svg-to-react" --- .npmrc | 1 - README.md | 4 ++-- package.json | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) delete mode 100644 .npmrc diff --git a/.npmrc b/.npmrc deleted file mode 100644 index 6fcc8a3..0000000 --- a/.npmrc +++ /dev/null @@ -1 +0,0 @@ -@a1exalexander:registry=https://npm.pkg.github.com/ \ No newline at end of file diff --git a/README.md b/README.md index 04ffa4e..d377803 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# @catsdev/svg-to-react +# @onlyredcats/svg-to-react This is a CLI tool for generating React icons from SVG files. It generates a React component for each SVG file and exports them as a single module with a common interface and types for the icons. @@ -7,7 +7,7 @@ This is a CLI tool for generating React icons from SVG files. It generates a Rea To install the package run the following command: ```bash -npm install @catsdev/svg-to-react +npm install @onlyredcats/svg-to-react ``` ## Usage diff --git a/package.json b/package.json index 7b891cf..bc18294 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@a1exalexander/svg-to-react", + "name": "@onlyredcats/svg-to-react", "version": "1.0.0", "description": "CLI tool for generating React icons from SVG files", "main": "main.js",