Skip to content

Commit 8227aca

Browse files
committed
MAJOR: drop support for node < 4
Signed-off-by: Ryan Graham <[email protected]>
1 parent 2d0c066 commit 8227aca

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "strong-log-transformer",
3-
"version": "1.0.6",
3+
"version": "2.0.0",
44
"description": "Stream transformer that prefixes lines with timestamps and other things.",
55
"author": "Ryan Graham <[email protected]>",
66
"license": "Artistic-2.0",
@@ -35,5 +35,8 @@
3535
},
3636
"devDependencies": {
3737
"tap": "^1.3.2"
38+
},
39+
"engines": {
40+
"node": ">=4"
3841
}
3942
}

0 commit comments

Comments
 (0)