Skip to content

Commit 80e164e

Browse files
committed
docs: specify supported Node.js versions
* Add section to readme, mention LTS * Add `.engines` field to package.json closes #16
1 parent f537a97 commit 80e164e

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@
4343
"path": "cz-conventional-changelog-lint"
4444
}
4545
},
46+
"engines": {
47+
"node": ">=4"
48+
},
4649
"repository": {
4750
"type": "git",
4851
"url": "git+https://github.com/marionebl/conventional-changelog-lint.git"

readme.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,10 @@ wildcards: {
184184
}
185185
```
186186
187+
## Supported Node.js versions
188+
189+
conventional-changelog-lint supports the active Node.js [LTS](https://github.com/nodejs/LTS#lts-schedule) version and higher: `>= 4`
190+
187191
## Related projects
188192
189193
* [angular-precommit](https://git.io/vwTDd)

0 commit comments

Comments
 (0)