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

Commit 4d2cfcd

Browse files
committed
Drop support for node < 4
1 parent 1c7a7d0 commit 4d2cfcd

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
language: node_js
22
node_js:
3-
- 0.8
4-
- 0.10
3+
- 4
4+
- 6
5+
- 8
6+
- 'stable'
57
notifications:
68
email:
79
recipients:

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
"version": "0.0.9",
44
"description": "Parse curl --trace option output to raw HTTP message",
55
"main": "lib/parser.js",
6+
"engines": {
7+
"node": ">= 4"
8+
},
69
"scripts": {
710
"test": "scripts/test",
811
"prepublish": "scripts/prepublish"

0 commit comments

Comments
 (0)