Barelydead / strapi-plugin-populate-deep

A Strapi plugin that makes it easier to populate deep content structures
172 stars 39 forks source link

Node Engine Requirements typo fix #10

Closed drewdotpro closed 1 year ago

drewdotpro commented 2 years ago

Package fails when meeting requirements:

$ npm i
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: 'strapi-plugin-populate-deep@0.1.2',
npm WARN EBADENGINE   required: { node: '>=12.x. <=16.x.x', npm: '>=6.0.0' },
npm WARN EBADENGINE   current: { node: 'v16.13.2', npm: '8.1.2' }
npm WARN EBADENGINE }

This fixes it.

Barelydead commented 1 year ago

Thanks for the pull request, will merge