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",