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

Commit

Permalink
Merge 1b9dedf into da73cd8
Browse files Browse the repository at this point in the history
  • Loading branch information
greenkeeper[bot] committed May 6, 2019
2 parents da73cd8 + 1b9dedf commit cea4c09
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ language: node_js

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

matrix:
include:
- node_js: node
env: BROTLI=1
- node_js: 6
- node_js: 8
env: BROTLI=1
before_install: npm i --save-only request brotli

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": ">=8"
},
"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": "^8.0.1",
"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 cea4c09

Please sign in to comment.