react-animated-text-writer 0.0.1 → 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.
- package/README.md +3 -3
- package/package.json +5 -2
package/README.md
CHANGED
|
@@ -168,8 +168,9 @@ MIT © Your Name
|
|
|
168
168
|
|
|
169
169
|
## Contributing
|
|
170
170
|
|
|
171
|
-
Pull requests are welcome!
|
|
172
|
-
If you have ideas for enhancements or performance improvements, feel free to open an issue
|
|
171
|
+
Pull requests are welcome! <br />
|
|
172
|
+
If you have ideas for enhancements or performance improvements, feel free to open an issue.<br />
|
|
173
|
+
[https://github.com/RepulsiveCoder/react-animated-text-writer](https://github.com/RepulsiveCoder/react-animated-text-writer)
|
|
173
174
|
|
|
174
175
|
---
|
|
175
176
|
|
|
@@ -177,4 +178,3 @@ If you have ideas for enhancements or performance improvements, feel free to ope
|
|
|
177
178
|
|
|
178
179
|
Drop a ⭐ on the repo and use it to make your UI feel alive!
|
|
179
180
|
|
|
180
|
-
```
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-animated-text-writer",
|
|
3
|
-
"version": "
|
|
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":
|
|
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",
|