Compare commits

..

2 Commits

Author SHA1 Message Date
Christofer Jungberg
1175a82011
Merge pull request #40 from chohner/patch-2 2023-10-10 11:20:53 +02:00
chris
3634208405
Support Node v20 2023-08-27 14:44:52 +02:00

View File

@ -1,7 +1,7 @@
{ {
"name": "strapi-plugin-populate-deep", "name": "strapi-plugin-populate-deep",
"version": "2.0.0", "version": "2.0.0",
"description": "This is the description of the plugin.", "description": "Strapi plugin that populates nested content.",
"strapi": { "strapi": {
"name": "strapi-plugin-populate-deep", "name": "strapi-plugin-populate-deep",
"description": "Api helper to populate deep content structures.", "description": "Api helper to populate deep content structures.",
@ -21,7 +21,7 @@
"url": "https://github.com/Barelydead/strapi-plugin-deep-populate" "url": "https://github.com/Barelydead/strapi-plugin-deep-populate"
}, },
"engines": { "engines": {
"node": ">=14.19.1 <=18.x.x", "node": ">=14.19.1 <=20.x.x",
"npm": ">=6.0.0" "npm": ">=6.0.0"
}, },
"license": "MIT" "license": "MIT"