Skip to content

Commit

Permalink
chore: remove support for node 4, update log4js (#3082)
Browse files Browse the repository at this point in the history
This PR will start v3.0
  • Loading branch information
johnjbarton committed Jul 25, 2018
1 parent c5dc62d commit 94a6728
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
sudo: false
language: node_js
node_js:
- 4
- 6
- 8
- 9
Expand Down
1 change: 0 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ version: "{build}"

environment:
matrix:
- nodejs_version: "4"
- nodejs_version: "6"
- nodejs_version: "8"
- nodejs_version: "10"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@
"http-proxy": "^1.13.0",
"isbinaryfile": "^3.0.0",
"lodash": "^4.17.4",
"log4js": "^2.5.3",
"log4js": "^3.0.0",
"mime": "^1.3.4",
"minimatch": "^3.0.2",
"optimist": "^0.6.1",
Expand Down Expand Up @@ -459,7 +459,7 @@
"karma": "./bin/karma"
},
"engines": {
"node": ">= 4"
"node": ">= 6"
},
"version": "2.0.5",
"license": "MIT",
Expand Down

0 comments on commit 94a6728

Please sign in to comment.