react-redactor 1.0.3 → 1.0.5

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 +10 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,5 +1,4 @@
1
-
2
- # [Redactor-Logo](https://github.com/websitedeb/image_hoster/blob/main/redactor.png) | Redactor
1
+ # <img src="https://raw.githubusercontent.com/websitedeb/image_hoster/refs/heads/main/redactor.png" alt="Redactor-Logo" width=100px height=100px /> | Redactor
3
2
 
4
3
  Redactor is a lightweight library for conditional rendering, context management, and navigation in React applications.
5
4
 
@@ -113,3 +112,12 @@ This library is licensed under the MIT License. See the LICENSE file for details
113
112
  ## Contributing
114
113
 
115
114
  Feel free to open issues or pull requests on the [GitHub repository](https://github.com/websitedeb/Redactor).
115
+
116
+ ## Uses
117
+ <a href="https://react.dev">
118
+ <img src="https://clipground.com/images/react-logo-png-7.png" alt="React" width="50" height="50">
119
+ </a>
120
+
121
+ <a href="https://reactrouter.com/">
122
+ <img src="https://reactrouter.com/_brand/React%20Router%20Brand%20Assets/React%20Router%20Logo/Light.svg" alt="React Router Dom" width="50" height="50">
123
+ </a>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-redactor",
3
- "version": "1.0.3",
3
+ "version": "1.0.5",
4
4
  "description": "Redactor is a lightweight library for conditional rendering, context management, and navigation in React applications.",
5
5
  "main": "index.jsx",
6
6
  "scripts": {