Skip to content

Commit cb80bbd

Browse files
committed
update readme and package file
1 parent 696c1da commit cb80bbd

File tree

2 files changed

+17
-8
lines changed

2 files changed

+17
-8
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,6 @@ module.exports = ({ env }) => ({
4545
});
4646
```
4747

48-
## Keywords
49-
50-
strapi, strapi plugin, populate, strapi populate, custom populate, depth, custom depth, deep populate, nested, nested fetch, nested populate
51-
5248
## Contributing
5349

5450
We welcome contributions! Feel free to open issues or submit pull requests to help improve this plugin.

package.json

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,24 @@
1818
],
1919
"repository": {
2020
"type": "git",
21-
"url": "https://github.com/encoresky/strapi-plugin-nested-populator"
21+
"url": "git+https://github.com/encoresky/strapi-plugin-nested-populator.git"
2222
},
23-
"engines": {
24-
"node": ">=14.19.1 <=20.x.x",
25-
"npm": ">=6.0.0"
23+
"keywords": [
24+
"strapi",
25+
"strapi plugin",
26+
"populate",
27+
"strapi populate",
28+
"custom populate",
29+
"depth",
30+
"custom depth",
31+
"deep populate",
32+
"nested",
33+
"nested fetch",
34+
"nested populate"
35+
],
36+
"bugs": {
37+
"url": "https://github.com/encoresky/strapi-plugin-nested-populator/issues"
2638
},
39+
"homepage": "https://github.com/encoresky/strapi-plugin-nested-populator#readme",
2740
"license": "MIT"
2841
}

0 commit comments

Comments
 (0)