Skip to content
This repository has been archived by the owner on Nov 7, 2022. It is now read-only.

Commit

Permalink
Drops support for deprecated node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ardalanamini committed Aug 23, 2019
1 parent 389558b commit 5acba11
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12 deletions.
10 changes: 0 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,6 @@ os:
- osx

node_js:
- "0.8"
- "0.10"
- "0.12"
- "1"
- "2"
- "3"
- "4"
- "5"
- "6"
- "7"
- "8"
- "9"
- "10"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ HTTP response freshness testing

### Prerequisites

- [Node.js](https://nodejs.org/en/download) 0.8 or higher is required.
- [Node.js](https://nodejs.org/en/download) 8 or higher is required.

### Installation

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"cache"
],
"engines": {
"node": ">= 0.8"
"node": ">= 8"
},
"files": [
"dist"
Expand Down

0 comments on commit 5acba11

Please sign in to comment.