Skip to content

Commit 4e54ee0

Browse files
dougwilsonmcollina
authored andcommitted
Add node >= 6 to package.json (#362)
1 parent 3a81030 commit 4e54ee0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
"version": "3.0.2",
44
"description": "Streams3, a user-land copy of the stream library from Node.js",
55
"main": "readable.js",
6+
"engines": {
7+
"node": ">= 6"
8+
},
69
"dependencies": {
710
"inherits": "^2.0.3",
811
"string_decoder": "^1.1.1",

0 commit comments

Comments
 (0)