react-animated-text-writer 1.0.1 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -162,7 +162,7 @@ This gives you full control over themes and editor appearance.
|
|
|
162
162
|
|
|
163
163
|
## License
|
|
164
164
|
|
|
165
|
-
MIT ©
|
|
165
|
+
MIT © Abdullah Ibne Alam
|
|
166
166
|
|
|
167
167
|
---
|
|
168
168
|
|
|
@@ -177,4 +177,3 @@ If you have ideas for enhancements or performance improvements, feel free to ope
|
|
|
177
177
|
## If you like it…
|
|
178
178
|
|
|
179
179
|
Drop a ⭐ on the repo and use it to make your UI feel alive!
|
|
180
|
-
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-animated-text-writer",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "React Animated Text Writer - A flexible typing animation component for React with cursor effects, delays, prefix/suffix injection, and an optional code-editor style wrapper with line numbers and syntax highlighting.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|