Skip to content

Commit

Permalink
Merge pull request #38 from log4js-node/update-deps
Browse files Browse the repository at this point in the history
chore: updated the dependencies, added node 12 to travis builds
  • Loading branch information
nomiddlename authored May 8, 2019
2 parents 908d0fd + 8eac5da commit d551e2c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
language: node_js
sudo: false
node_js:
- "12"
- "10"
- "8"
- "6"
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@
"husky": "^0.14.3",
"mocha": "^4.0.1",
"nyc": "^11.9.0",
"proxyquire": "^2.0.1",
"proxyquire": "^2.1.0",
"should": "^11.2.1"
},
"dependencies": {
"async": "^2.6.1",
"async": "^2.6.2",
"date-format": "^2.0.0",
"debug": "^3.1.0",
"fs-extra": "^7.0.0",
"lodash": "^4.17.10"
"debug": "^3.2.6",
"fs-extra": "^7.0.1",
"lodash": "^4.17.11"
},
"engines": {
"node": ">=6.0"
Expand Down

0 comments on commit d551e2c

Please sign in to comment.