react-redactor 1.0.5 → 1.0.6
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +2 -1
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
|
],
|