strapi-plugin-copy-any-component 1.0.0 → 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/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "strapi-plugin-copy-any-component",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "A powerful Strapi plugin that allows you to copy and reorder components (sections) between pages using an intuitive drag-and-drop interface. Works with any content type and dynamic zone - no code required!",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"strapi",
|
|
@@ -51,8 +51,8 @@
|
|
|
51
51
|
"@strapi/strapi": "^5.0.0"
|
|
52
52
|
},
|
|
53
53
|
"author": {
|
|
54
|
-
"name": "
|
|
55
|
-
"
|
|
54
|
+
"name": "Metehan Kasap",
|
|
55
|
+
"url": "https://github.com/metehankasapp"
|
|
56
56
|
},
|
|
57
57
|
"license": "MIT",
|
|
58
58
|
"engines": {
|