Skip to content
This repository has been archived by the owner on May 9, 2020. It is now read-only.

Commit

Permalink
Drop Node.js v6 support (End-Of-Life)
Browse files Browse the repository at this point in the history
  • Loading branch information
pro-src committed May 6, 2019
1 parent dff6c33 commit c380c30
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ language: node_js

node_js:
- node
- 11
- 10
- 8
- 6

matrix:
include:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Bypasses cloudflare's anti-ddos page",
"main": "index.js",
"engines": {
"node": ">=6"
"node": ">=7"
},
"files": [
"lib/",
Expand Down Expand Up @@ -48,7 +48,7 @@
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-json": "^1.4.0",
"eslint-plugin-node": "^9.0.0",
"eslint-plugin-node": "^9.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"express": "^4.16.4",
Expand Down

0 comments on commit c380c30

Please sign in to comment.