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 26ab2ba commit 3092aa8
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 @@ -10,7 +10,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 @@ -40,8 +40,7 @@
"typescript": "^3.7.4"
},
"engines": {
"node": ">=12.14.0",
"npm": ">=6.13.0"
"node": ">=12.14.0"
},
"files": [
"build/",
Expand Down

0 comments on commit 3092aa8

Please sign in to comment.