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 Jun 4, 2019
1 parent d85d6f0 commit 90eec48
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions doc/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ Before installing **Akismet for JS**, you need to make sure you have [Node.js](h
and [npm](https://www.npmjs.com), the Node.js package manager, up and running.

!!! warning
Akismet for JS requires Node.js >= **12.3.0**.
Akismet for JS requires Node.js >= **12.4.0**.

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

```shell
node --version
# v12.3.0
# v12.4.0

npm --version
# 6.9.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"rollup-plugin-node-resolve": "^5.0.1"
},
"engines": {
"node": ">=12.3.0",
"node": ">=12.4.0",
"npm": ">=6.9.0"
},
"keywords": [
Expand Down

0 comments on commit 90eec48

Please sign in to comment.