Skip to content

Commit 72e60f9

Browse files
committed
Require Node.js 5.x >= 5.7.0
1 parent ee2d16d commit 72e60f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@
3939
"through2": "^2.0.3"
4040
},
4141
"engines": {
42-
"node": ">=4.8.0"
42+
"node": ">=4.8.0 <5.0.0 || >=5.7.0"
4343
}
4444
}

0 commit comments

Comments
 (0)