react-redactor 1.0.4 → 1.0.6
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 +9 -0
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -112,3 +112,12 @@ This library is licensed under the MIT License. See the LICENSE file for details
|
|
|
112
112
|
## Contributing
|
|
113
113
|
|
|
114
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
|
+
"version": "1.0.6",
|
|
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": {
|
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
},
|
|
9
9
|
"keywords": [
|
|
10
10
|
"redactor",
|
|
11
|
+
"react-redactor",
|
|
11
12
|
"router",
|
|
12
13
|
"route-protector"
|
|
13
14
|
],
|