Skip to content
This repository has been archived by the owner on Apr 27, 2021. It is now read-only.

Commit

Permalink
document required node version (#393)
Browse files Browse the repository at this point in the history
  • Loading branch information
Stas Vilchik authored Dec 26, 2017
1 parent 2c835e9 commit 0045ab7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,10 @@ How does it work?
[`use-type-alias`]: ./sonarts-core/docs/rules/use-type-alias.md
[`requires type-check`]: https://palantir.github.io/tslint/usage/type-checking/

## Prerequisites

Node.js (>=6.x).

## Use in TSLint

* If you don't have TSLint yet configured for your project follow [these instructions](https://github.com/palantir/tslint#installation--usage).
Expand Down
3 changes: 3 additions & 0 deletions sonarts-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@
"url": "https://github.com/SonarSource/SonarTS/issues"
},
"homepage": "https://github.com/SonarSource/SonarTS",
"engines": {
"node": ">=6"
},
"dependencies": {
"immutable": "^3.8.2"
},
Expand Down

0 comments on commit 0045ab7

Please sign in to comment.