Skip to content

Commit f2b2755

Browse files
committed
Added node support
1 parent cd773a3 commit f2b2755

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
"bin": {
66
"posthtml": "./cli.js"
77
},
8+
"engines": {
9+
"node": ">=4"
10+
},
811
"scripts": {
912
"test": "xo && nyc ava",
1013
"prepush": "xo"

0 commit comments

Comments
 (0)