Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the engine info in the package.json #6691

Merged
merged 1 commit into from
Jun 16, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ The core team will review your pull request and will either merge it, request ch

## Contribution Prerequisites

- You have [Node](https://nodejs.org/en/) at v10.x.x only and [Yarn](https://yarnpkg.com/en/) at v1.2.0+.
- You have [Node](https://nodejs.org/en/) at v10.10.0+ only and [Yarn](https://yarnpkg.com/en/) at v1.2.0+.
- You are familiar with Git.

## Development Workflow
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ Complete installation requirements can be found in the documentation under <a hr

**Node:**

- NodeJS >= 10.x
- NodeJS >= 10.10
- NPM >= 6.x

**Database:**
Expand Down
2 changes: 1 addition & 1 deletion examples/getstarted/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"uuid": "getstarted"
},
"engines": {
"node": ">=10.0.0",
"node": ">=10.10.0",
"npm": ">=6.0.0"
},
"license": "MIT"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"url": "https://github.com/strapi/strapi/issues"
},
"engines": {
"node": ">=10.0.0",
"node": ">=10.10.0",
"npm": ">=6.0.0"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-strapi-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"url": "https://github.com/strapi/strapi/issues"
},
"engines": {
"node": ">=10.0.0",
"node": ">=10.10.0",
"npm": ">=6.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/strapi-admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
}
],
"engines": {
"node": ">=10.0.0",
"node": ">=10.10.0",
"npm": ">=6.0.0"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/strapi-connector-bookshelf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"url": "https://github.com/strapi/strapi/issues"
},
"engines": {
"node": ">=10.0.0",
"node": ">=10.10.0",
"npm": ">=6.0.0"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/strapi-connector-mongoose/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"url": "https://github.com/strapi/strapi/issues"
},
"engines": {
"node": ">=10.0.0",
"node": ">=10.10.0",
"npm": ">=6.0.0"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/strapi-database/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"url": "https://github.com/strapi/strapi/issues"
},
"engines": {
"node": ">=10.0.0",
"node": ">=10.10.0",
"npm": ">=6.0.0"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/strapi-generate-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"url": "https://github.com/strapi/strapi/issues"
},
"engines": {
"node": ">=10.0.0",
"node": ">=10.10.0",
"npm": ">=6.0.0"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/strapi-generate-controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"url": "https://github.com/strapi/strapi/issues"
},
"engines": {
"node": ">=10.0.0",
"node": ">=10.10.0",
"npm": ">=6.0.0"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/strapi-generate-model/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"url": "https://github.com/strapi/strapi/issues"
},
"engines": {
"node": ">=10.0.0",
"node": ">=10.10.0",
"npm": ">=6.0.0"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/strapi-generate-new/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"url": "https://github.com/strapi/strapi/issues"
},
"engines": {
"node": ">=10.0.0",
"node": ">=10.10.0",
"npm": ">=6.0.0"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/strapi-generate-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"url": "https://github.com/strapi/strapi/issues"
},
"engines": {
"node": ">=10.0.0",
"node": ">=10.10.0",
"npm": ">=6.0.0"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/strapi-generate-policy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"url": "https://github.com/strapi/strapi/issues"
},
"engines": {
"node": ">=10.0.0",
"node": ">=10.10.0",
"npm": ">=6.0.0"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/strapi-generate-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"url": "https://github.com/strapi/strapi/issues"
},
"engines": {
"node": ">=10.0.0",
"node": ">=10.10.0",
"npm": ">=6.0.0"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/strapi-generate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"url": "https://github.com/strapi/strapi/issues"
},
"engines": {
"node": ">=10.0.0",
"node": ">=10.10.0",
"npm": ">=6.0.0"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/strapi-helper-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dist"
],
"engines": {
"node": ">=10.0.0",
"node": ">=10.10.0",
"npm": ">=6.0.0"
},
"author": {
Expand Down
2 changes: 1 addition & 1 deletion packages/strapi-hook-ejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"url": "https://github.com/strapi/strapi/issues"
},
"engines": {
"node": ">=10.0.0",
"node": ">=10.10.0",
"npm": ">=6.0.0"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/strapi-hook-redis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"url": "https://github.com/strapi/strapi/issues"
},
"engines": {
"node": ">=10.0.0",
"node": ">=10.10.0",
"npm": ">=6.0.0"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/strapi-middleware-views/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"url": "https://github.com/strapi/strapi/issues"
},
"engines": {
"node": ">=10.0.0",
"node": ">=10.10.0",
"npm": ">=6.0.0"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/strapi-plugin-content-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"url": "git://github.com/strapi/strapi.git"
},
"engines": {
"node": ">=10.0.0",
"node": ">=10.10.0",
"npm": ">=6.0.0"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/strapi-plugin-content-type-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"url": "git://github.com/strapi/strapi.git"
},
"engines": {
"node": ">=10.0.0",
"node": ">=10.10.0",
"npm": ">=6.0.0"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/strapi-plugin-documentation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
}
],
"engines": {
"node": ">=10.0.0",
"node": ">=10.10.0",
"npm": ">=6.0.0"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/strapi-plugin-email/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"url": "git://github.com/strapi/strapi.git"
},
"engines": {
"node": ">=10.0.0",
"node": ">=10.10.0",
"npm": ">=6.0.0"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/strapi-plugin-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
}
],
"engines": {
"node": ">=10.0.0",
"node": ">=10.10.0",
"npm": ">=6.0.0"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/strapi-plugin-upload/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
}
],
"engines": {
"node": ">=10.0.0",
"node": ">=10.10.0",
"npm": ">=6.0.0"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/strapi-plugin-users-permissions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"url": "git://github.com/strapi/strapi.git"
},
"engines": {
"node": ">=10.0.0",
"node": ">=10.10.0",
"npm": ">=6.0.0"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/strapi-provider-email-amazon-ses/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"url": "https://github.com/strapi/strapi/issues"
},
"engines": {
"node": ">=10.0.0",
"node": ">=10.10.0",
"npm": ">=6.0.0"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/strapi-provider-email-mailgun/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"url": "https://github.com/strapi/strapi/issues"
},
"engines": {
"node": ">=10.0.0",
"node": ">=10.10.0",
"npm": ">=6.0.0"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/strapi-provider-email-sendgrid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"url": "https://github.com/strapi/strapi/issues"
},
"engines": {
"node": ">=10.0.0",
"node": ">=10.10.0",
"npm": ">=6.0.0"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/strapi-provider-email-sendmail/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"url": "https://github.com/strapi/strapi/issues"
},
"engines": {
"node": ">=10.0.0",
"node": ">=10.10.0",
"npm": ">=6.0.0"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/strapi-provider-upload-aws-s3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"url": "https://github.com/strapi/strapi/issues"
},
"engines": {
"node": ">=10.0.0",
"node": ">=10.10.0",
"npm": ">=6.0.0"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/strapi-provider-upload-cloudinary/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"url": "https://github.com/strapi/strapi/issues"
},
"engines": {
"node": ">=10.0.0",
"node": ">=10.10.0",
"npm": ">=6.0.0"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/strapi-provider-upload-local/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"url": "https://github.com/strapi/strapi/issues"
},
"engines": {
"node": ">=10.0.0",
"node": ">=10.10.0",
"npm": ">=6.0.0"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/strapi-provider-upload-rackspace/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"streamifier": "^0.1.1"
},
"engines": {
"node": ">=10.0.0",
"node": ">=10.10.0",
"npm": ">=6.0.0"
},
"gitHead": "c85658a19b8fef0f3164c19693a45db305dc07a9"
Expand Down
2 changes: 1 addition & 1 deletion packages/strapi-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"url": "https://github.com/strapi/strapi/issues"
},
"engines": {
"node": ">=10.0.0",
"node": ">=10.10.0",
"npm": ">=6.0.0"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/strapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"url": "https://github.com/strapi/strapi/issues"
},
"engines": {
"node": ">=10.0.0",
"node": ">=10.10.0",
"npm": ">=6.0.0"
},
"license": "MIT",
Expand Down