Skip to content

Commit 98bdd10

Browse files
committed
@1.0.1 final with cdns
1 parent 4d46b71 commit 98bdd10

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Animatio
22

3-
A React component package for creating dynamic text effects. Effortlessly customize your text animations with configurable classNames for styling and control.
3+
A React and Next js component package for creating dynamic text effects. Effortlessly customize your text animations with configurable classNames for styling and control.
44

55
## Installation
66

@@ -9,7 +9,7 @@ To install the package in your Next.js or React project, follow these steps:
99
### 1. Install the package
1010

1111
```bash
12-
npm i animatio@latest
12+
npm i react-text-animatio@latest
1313
```
1414

1515
### 2. Initialize the package

dist/cli.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "animatio",
3-
"version": "1.1.3",
4-
"description": "A React component package for creating text effects. Customize your text animation effortlessly with customizable classNames for styling.",
2+
"name": "react-text-animatio",
3+
"version": "1.0.1",
4+
"description": "A React js and Next js component package for creating text effects also support cdn for other Framer works. Customize your text animation effortlessly with customizable classNames for styling.",
55
"main": "dist/cli.js",
66
"types": "dist/cli.d.ts",
77
"bin": {

src/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { program } from 'commander';
55

66
// Define the CLI tool version and description
77
program
8-
.version('1.1.3')
8+
.version('1.0.1')
99
.description('Animatio: A React component package for creating dynamic text effects');
1010

1111
// Command to initialize the animations folder

0 commit comments

Comments
 (0)