We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd773a3 commit f2b2755Copy full SHA for f2b2755
package.json
@@ -5,6 +5,9 @@
5
"bin": {
6
"posthtml": "./cli.js"
7
},
8
+ "engines": {
9
+ "node": ">=4"
10
+ },
11
"scripts": {
12
"test": "xo && nyc ava",
13
"prepush": "xo"
0 commit comments