We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84700dc commit 0161b58Copy full SHA for 0161b58
appveyor.yml
@@ -1,6 +1,6 @@
1
environment:
2
matrix:
3
- - nodejs_version: "11"
+ - nodejs_version: "12"
4
- nodejs_version: "11"
5
- nodejs_version: "10"
6
- nodejs_version: "9"
package.json
@@ -15,7 +15,7 @@
15
"posthtml": "lib/cli.js"
16
},
17
"engines": {
18
- "node": ">=10.13.0"
+ "node": ">=10"
19
20
"scripts": {
21
"version": "conventional-changelog -i changelog.md -s -r 0 && git add changelog.md && git commit -m \"build: update changelog\"",
readme.md
@@ -12,6 +12,8 @@
12
$ npm install --global posthtml-cli
13
```
14
+> Note: This project is compatible with node v10+
+
## Usage
```bash
0 commit comments