react-animated-text-writer 1.0.0 → 1.0.1

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 (1) hide show
  1. package/package.json +5 -2
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.1",
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",