Skip to content

Commit

Permalink
Update package name to "@onlyredcats/svg-to-react"
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksandr Ratushnyi committed Feb 16, 2024
1 parent 7b51faa commit e0a7021
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .npmrc

This file was deleted.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit e0a7021

Please sign in to comment.