Skip to content

Commit 2d78e3a

Browse files
committed
Update package file
1 parent cb80bbd commit 2d78e3a

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

package.json

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,17 @@
11
{
2-
"name": "strapi-plugin-nested-populator",
2+
"name": "@encoreskytech/strapi-plugin-nested-populator",
33
"version": "1.0.0",
44
"description": "Strapi plugin that populates nested content structures via REST API",
55
"strapi": {
66
"name": "strapi-plugin-nested-populator",
77
"description": "Api helper to populate nested content structures.",
88
"kind": "plugin"
99
},
10-
"dependencies": {},
11-
"author": {
12-
"name": "EncoreSky Technologies"
10+
"publishConfig": {
11+
"access": "public"
1312
},
14-
"maintainers": [
15-
{
16-
"name": "EncoreSky Technologies"
17-
}
18-
],
13+
"dependencies": {},
14+
"author": "EncoreSky Technologies",
1915
"repository": {
2016
"type": "git",
2117
"url": "git+https://github.com/encoresky/strapi-plugin-nested-populator.git"

0 commit comments

Comments
 (0)