Skip to content

Commit

Permalink
Updated the Node.js constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
cedx committed Jan 13, 2020
1 parent 4d80318 commit 76fffbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/installation.md
Expand Up @@ -11,7 +11,7 @@ You can verify if you're already good to go with the following commands:

```shell
node --version
# v13.5.0
# v13.6.0

npm --version
# 6.13.4
Expand Down
3 changes: 1 addition & 2 deletions package.json
Expand Up @@ -41,8 +41,7 @@
"typescript": "^3.7.4"
},
"engines": {
"node": ">=12.14.0",
"npm": ">=6.13.0"
"node": ">=12.14.0"
},
"files": [
"lib/"
Expand Down

0 comments on commit 76fffbc

Please sign in to comment.