react-animated-text-writer 0.0.1 → 1.0.0

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 +3 -3
  2. package/package.json +1 -1
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": "0.0.1",
3
+ "version": "1.0.0",
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",