Skip to content
This repository was archived by the owner on Nov 8, 2024. It is now read-only.

Commit a3889cb

Browse files
committed
Require Node.js 6 or newer
1 parent 0f98222 commit a3889cb

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
language: node_js
22
node_js:
3-
- 4
43
- 6
54
- 8
65
- 'stable'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Parse curl --trace option output to raw HTTP message",
55
"main": "lib/parser.js",
66
"engines": {
7-
"node": ">= 4"
7+
"node": ">= 6"
88
},
99
"scripts": {
1010
"test": "scripts/test",

0 commit comments

Comments
 (0)