Skip to content

Commit

Permalink
Raised the Node.js constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
cedx committed Sep 8, 2019
1 parent 00bb433 commit cec5c6b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions doc/installation.md
Expand Up @@ -5,17 +5,17 @@ Before installing **Gulp-PHP-Minify**, you need to make sure you have [Node.js](
You also need the [Command Line Utility for Gulp](https://www.npmjs.com/package/gulp-cli).

!!! warning
Gulp-PHP-Minify requires Node.js >= **12.9.0**
Gulp-PHP-Minify requires Node.js >= **12.10.0**
and Gulp >= **4.0.0**.

You can verify if you're already good to go with the following commands:

```shell
node --version
# v12.9.0
# v12.10.0

npm --version
# 6.10.2
# 6.10.3

gulp --version
# CLI version: 2.2.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -45,7 +45,7 @@
"typescript": "^3.6.2"
},
"engines": {
"node": ">=12.9.0",
"node": ">=12.10.0",
"npm": ">=6.10.0"
},
"files": [
Expand Down

0 comments on commit cec5c6b

Please sign in to comment.