Skip to content

Commit 2a8a388

Browse files
committed
Require Node.js >= 4.8.0 for the shell option of child_process.spawn
1 parent ec68388 commit 2a8a388

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"
42+
"node": ">=4.8.0"
4343
}
4444
}

0 commit comments

Comments
 (0)