react-animated-text-writer 1.0.0 → 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.
Files changed (2) hide show
  1. package/README.md +1 -2
  2. package/package.json +5 -2
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 © Your Name
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.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",
@@ -18,7 +18,10 @@
18
18
  "react-component",
19
19
  "ui"
20
20
  ],
21
- "author": "Abdullah Ibne Alam",
21
+ "author": {
22
+ "name": "Abdullah Ibne Alam",
23
+ "url": "https://abdullahibnealam.com"
24
+ },
22
25
  "license": "ISC",
23
26
  "peerDependencies": {
24
27
  "react": ">=16.8.0",