Skip to content

Commit

Permalink
Add node >= 6 to package.json (#362)
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson authored and mcollina committed Sep 10, 2018
1 parent 3a81030 commit 4dc9573
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"version": "3.0.2",
"description": "Streams3, a user-land copy of the stream library from Node.js",
"main": "readable.js",
"engines": {
"node": ">= 6"
},
"dependencies": {
"inherits": "^2.0.3",
"string_decoder": "^1.1.1",
Expand Down

0 comments on commit 4dc9573

Please sign in to comment.