We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f537a97 commit 80e164eCopy full SHA for 80e164e
package.json
@@ -43,6 +43,9 @@
43
"path": "cz-conventional-changelog-lint"
44
}
45
},
46
+ "engines": {
47
+ "node": ">=4"
48
+ },
49
"repository": {
50
"type": "git",
51
"url": "git+https://github.com/marionebl/conventional-changelog-lint.git"
readme.md
@@ -184,6 +184,10 @@ wildcards: {
184
185
```
186
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
191
## Related projects
192
193
* [angular-precommit](https://git.io/vwTDd)
0 commit comments